Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.8.1 (#595)
Browse files Browse the repository at this point in the history
* Update Freeletics Gradle Plugin to v0.8.1

* Update sample-android.gradle.kts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
  • Loading branch information
renovate[bot] and gabrielittner authored Oct 23, 2023
1 parent 045512a commit 9777077
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kts/ktlint.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.7.2")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.8.1")

import com.freeletics.gradle.scripts.KtLintCli

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mad = "0.15.0"
turbine = "1.0.0"
kotlinx-collections-immutable= "0.3.6"

fgp = "0.7.2"
fgp = "0.8.1"
publish = "0.25.3"
dokka = "1.9.10"
binarycompatibility = "0.13.2"
Expand Down
1 change: 0 additions & 1 deletion sample/android/sample-android.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ freeletics {
}

dependencies {
implementation(libs.androidx.core)
implementation(libs.androidx.annotation)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.recyclerview)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.7.2")
id("com.freeletics.gradle.settings").version("0.8.1")
}

rootProject.name = "flowredux-library"

0 comments on commit 9777077

Please sign in to comment.