Skip to content

Commit 9e89238

Browse files
authored
Merge pull request #8 from GetStream/kotlin/2.1.10
Bump Kotlin to 2.1.10 and other dep versions
2 parents b8d1bd2 + a5ee9f4 commit 9e89238

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
agp = "8.4.0"
3-
dokka = "1.9.10"
4-
kotlin = "2.0.0"
5-
kotlinBinaryCompatibility = "0.14.0"
6-
jvmTarget = "11"
2+
agp = "8.7.3"
3+
dokka = "2.0.0"
4+
kotlin = "2.1.10"
5+
kotlinBinaryCompatibility = "0.16.0"
6+
jvmTarget = "17"
77
nexusPlugin = "0.26.0"
88
androidxMaterial = "1.12.0"
99
androidxAppcompat = "1.7.0"
10-
androidxFragment = "1.8.0"
11-
androidxLifecycle = "2.8.2"
12-
androidxAnnotation = "1.8.0"
13-
androidxMacroBenchmark = "1.2.4"
14-
androidxTest = "1.5.2"
15-
baselineProfiles = "1.3.1"
10+
androidxFragment = "1.8.6"
11+
androidxLifecycle = "2.8.7"
12+
androidxAnnotation = "1.9.1"
13+
androidxMacroBenchmark = "1.3.3"
14+
androidxTest = "1.6.2"
15+
baselineProfiles = "1.4.1"
1616
uiAutomator = "2.3.0"
1717
glide = "4.16.0"
18-
coil = "2.6.0"
18+
coil = "2.7.0"
1919
spotless = "6.21.0"
2020

2121
[plugins]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#Thu Feb 13 13:51:14 KST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
45
networkTimeout=10000
56
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)