Skip to content

Commit 12cfa0d

Browse files
Merge pull request #122 from snappdevelopment/update-dependencies
Update several dependencies
2 parents f5ac0fd + 94d5867 commit 12cfa0d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
android-minSdk = "21"
3-
android-compileSdk = "34"
3+
android-compileSdk = "35"
44

55
java-toolchain = "17"
66

7-
compose = "1.6.11"
8-
agp = "8.5.2"
9-
kotlin = "2.0.20"
7+
compose = "1.7.3"
8+
agp = "8.7.2"
9+
kotlin = "2.1.0"
1010
publish = "0.29.0"
1111
api-validator = "0.16.3"
12-
atomicfu = "0.26.1"
13-
androidx-activity-compose = "1.9.2"
14-
kotlinx-serialization-json = "1.7.3"
15-
kotlinx-coroutines = "1.9.0"
12+
atomicfu = "0.27.0"
13+
androidx-activity-compose = "1.10.0"
14+
kotlinx-serialization-json = "1.8.0"
15+
kotlinx-coroutines = "1.10.1"
1616
detekt = "1.23.6"
1717

1818
[libraries]

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

sample/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kotlin {
9898

9999
android {
100100
namespace = "com.sebastianneubauer.jsontreesample"
101-
compileSdk = 34
101+
compileSdk = 35
102102

103103
defaultConfig {
104104
minSdk = 21

0 commit comments

Comments
 (0)