File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
android-minSdk = " 21"
3
- android-compileSdk = " 34 "
3
+ android-compileSdk = " 35 "
4
4
5
5
java-toolchain = " 17"
6
6
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 "
10
10
publish = " 0.29.0"
11
11
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 "
16
16
detekt = " 1.23.6"
17
17
18
18
[libraries ]
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ kotlin {
98
98
99
99
android {
100
100
namespace = " com.sebastianneubauer.jsontreesample"
101
- compileSdk = 34
101
+ compileSdk = 35
102
102
103
103
defaultConfig {
104
104
minSdk = 21
You can’t perform that action at this time.
0 commit comments