Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Freeletics Gradle Plugin to v0.20.0 #961

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.19.2")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.20.0")

import com.freeletics.gradle.scripts.KtLintCli
import com.github.ajalt.clikt.core.main
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ org.gradle.parallel=true
android.useAndroidX=true

fgp.android.namespacePrefix=com.freeletics.khonshu
fgp.kotlin.extraWarnings=false

GROUP=com.freeletics.khonshu
VERSION_NAME=1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ truth = "1.4.4"
turbine = "1.2.0"
kotlin-compile-testing = "0.7.0"

fgp = "0.19.2"
fgp = "0.20.0"
publish = "0.30.0"
dokka = "1.9.20"
binarycompatibility = "0.16.3"
Expand Down
3 changes: 1 addition & 2 deletions sample/simple/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ org.gradle.parallel=true

android.useAndroidX=true

kapt.include.compile.classpath=false

fgp.android.namespacePrefix=com.freeletics
fgp.kotlin.extraWarnings=false
2 changes: 1 addition & 1 deletion sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anvil = "0.4.0"
coroutines = "1.9.0"
dagger = "2.53.1"
dependency-analysis-gradle = "2.6.0"
fgp = "0.19.2"
fgp = "0.20.0"
khonshu = "0.29.1"
ksp = "2.1.0-1.0.29"
inject = "1"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/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.19.2")
id("com.freeletics.gradle.settings").version("0.20.0")
}

rootProject.name = "simple-sample"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.19.2")
id("com.freeletics.gradle.settings").version("0.20.0")
}

rootProject.name = "khonshu"
Loading