Skip to content

Commit

Permalink
Gradle 8.10.1 / Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdcamp committed Sep 14, 2024
1 parent 2d0d209 commit 2901dfd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ dependencies {
testImplementation(libs.mockK)
testImplementation(libs.ktor.client.mock)
testImplementation(libs.assertk)
testImplementation(libs.konsist)
testImplementation(libs.kotlin.coroutines.test)
testImplementation(libs.dbtools.roomJdbc)
testImplementation(libs.turbine)
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = "8.6.0"
kotlin = "2.0.20"
kotlinxCoroutines = "1.9.0-RC.2"
kotlinxCoroutines = "1.9.0"
kotlinxSerialization = "1.7.2"
kotlinxDateTime = "0.6.1"

androidxActivity = "1.9.2"
androidxComposeMaterial = "1.7.0"
androidxComposeMaterial = "1.7.1"
androidxComposeMaterial3 = "1.3.0"
androidxComposeMaterial3Adaptive = "1.0.0"
androidxComposeMaterial3AdaptiveNavigation = "1.3.0"
androidxComposeUi = "1.7.0"
androidxComposeUi = "1.7.1"
androidxDataStore = "1.1.1"
androidxHilt = "1.2.0"
androidxLifecycle = "2.8.5"
Expand All @@ -23,13 +23,13 @@ androidxWork = "2.9.1"

assertk = "0.28.1"
coil = "2.7.0"
dependencyAnalysis = "2.0.1"
dependencyAnalysis = "2.0.2"
desugarJdkLibs = "2.1.2"
detekt = "1.23.6"
detekt = "1.23.7"
dbtools = "8.3.0"
downloadPlugin = "5.6.0"

firebaseBom = "33.2.0"
firebaseBom = "33.3.0"
firebaseAppDistPlugin = "5.0.0"
firebaseCrashlyticsPlugin = "3.0.2"
firebasePerfPlugin = "1.4.2"
Expand All @@ -39,12 +39,12 @@ gmsPlugin = "4.4.2"
hilt = "2.52"
kermit = "2.0.4"
kover = "0.8.3"
ksp = "2.0.20-1.0.24"
ksp = "2.0.20-1.0.25"
ktor = "2.3.12"
leakCanary = "2.14"
licenseManager = "1.4.0"
mockK = "1.13.12"
okio = "3.9.0"
okio = "3.9.1"
playPublisher = "3.11.0"
ruler = "1.4.0"
sqliteJdbc = "3.46.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2901dfd

Please sign in to comment.