Skip to content

Commit

Permalink
Merge pull request #34 from skydoves/kotlin/2.0.21
Browse files Browse the repository at this point in the history
Bump library dependencies
  • Loading branch information
skydoves authored Nov 3, 2024
2 parents 43481e0 + 6f62e9d commit 91b4f27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[versions]
agp = "8.5.2"
kotlin = "2.0.10"
agp = "8.7.2"
kotlin = "2.0.21"
dokka = "1.9.0"
jvmTarget = "11"
nexusPlugin = "0.28.0"
nexusPlugin = "0.30.0"
binaryCompatibility = "0.16.3"
appcompat = "1.7.0"
material = "1.12.0"
retrofit = "2.11.0"
okhttp = "4.12.0"
coroutines = "1.8.1"
kotlinSerialization = "1.6.3"
coroutines = "1.9.0"
kotlinSerialization = "1.7.3"
arrow = "1.2.0"
paging = "3.3.2"
ksp = "2.0.10-1.0.24"
ksp = "2.0.21-1.0.26"
moshi = "1.15.1"
glide = "4.16.0"
androidxLifecycle = "2.8.4"
androidxMacroBenchmark = "1.2.4"
androidxProfileinstaller = "1.3.1"
androidxLifecycle = "2.8.7"
androidxMacroBenchmark = "1.3.3"
androidxProfileinstaller = "1.4.1"
androidxUiAutomator = "2.3.0"
junit = "4.13.2"
androidxTest = "1.5.2"
androidxJunit = "1.1.5"
androidxArchTest = "2.1.0"
mockito = "5.4.0"
androidxTest = "1.6.1"
androidxJunit = "1.2.1"
androidxArchTest = "2.2.0"
mockito = "5.14.2"
mockitoInline = "5.2.0"
mockitoKotlin = "2.2.0"
timber = "5.0.1"
turbine = "0.6.0"
turbine = "1.2.0"
spotless = "6.21.0"

[plugins]
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Sun Nov 03 16:21:12 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 91b4f27

Please sign in to comment.