Skip to content

Commit 3b0b1da

Browse files
Merge pull request #2
Upgrade Compose(1.8.0), Kotlin(2.1.21) and other libs
2 parents b0354cf + bb07f15 commit 3b0b1da

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
[versions]
2-
agp = "8.5.2"
3-
coroutinesVersion = "1.10.1"
4-
googleApiClient = "2.7.1"
5-
googleHttpClientGson = "1.45.2"
6-
googleOauthClient = "1.36.0"
7-
kotlin = "2.1.20"
2+
agp = "8.7.0"
3+
coroutinesVersion = "1.10.2"
4+
googleApiClient = "2.7.2"
5+
googleHttpClientGson = "1.47.0"
6+
googleOauthClient = "1.39.0"
7+
kotlin = "2.1.21"
88
android-minSdk = "24"
99
android-compileSdk = "35"
10-
kotlinxSerializationJson = "1.7.3"
11-
ktorServerCore = "3.0.1"
12-
nexus-publish = "2.0.0-rc-1"
13-
gradle-maven-publish-plugin-version = "0.29.0"
10+
kotlinxSerializationJson = "1.8.1"
11+
ktorServerCore = "3.1.1"
12+
gradle-maven-publish-plugin-version = "0.32.0"
1413
credentials = "1.5.0"
1514
firebaseAuth = "2.1.0"
1615
googleid = "1.1.1"
1716
kermit = "2.0.4"
1817

1918
android-targetSdk = "35"
20-
compose-plugin = "1.7.1"
19+
compose-plugin = "1.8.0"
2120
androidx-activityCompose = "1.10.1"
2221

2322

@@ -32,7 +31,6 @@ ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx
3231
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktorServerCore" }
3332
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktorServerCore" }
3433
ktor-server-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktorServerCore" }
35-
nexus-publish = { module = "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin", version.ref = "nexus-publish" }
3634
gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradle-maven-publish-plugin-version" }
3735
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "credentials" }
3836
androidx-credentials-play-services-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentials" }
Lines changed: 1 addition & 1 deletion
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.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)