File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.21"
33
4- agp = " 8.7.2 "
4+ agp = " 8.7.3 "
55android-compileSdk = " 35"
66android-minSdk = " 24"
77android-targetSdk = " 35"
@@ -13,9 +13,9 @@ androidx-espresso-core = "3.6.1"
1313androidx-material = " 1.12.0"
1414androidx-test-junit = " 1.2.1"
1515compose = " 1.7.5"
16- compose-plugin = " 1.7.0 "
16+ compose-plugin = " 1.8.0+check "
1717junit = " 4.13.2"
18- ktor = " 3.0.1 "
18+ ktor = " 3.0.2 "
1919logback = " 1.5.12"
2020serialization = " 1.7.3"
2121coroutines = " 1.9.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.7.2 "
2+ agp = " 8.7.3 "
33kotlin = " 2.0.21"
44androidx-activityCompose = " 1.9.3"
55androidx-appcompat = " 1.7.0"
@@ -8,10 +8,10 @@ androidx-core-ktx = "1.15.0"
88androidx-test-junit = " 1.2.1"
99compose = " 1.7.5"
1010compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11- compose-bom = " 2024.10.01 "
11+ compose-bom = " 2024.11.00 "
1212material3 = " 1.3.1"
1313junit = " 4.13.2"
14- ktor = " 3.0.1 "
14+ ktor = " 3.0.2 "
1515kotlinx-serialization-json = " 1.7.3"
1616kotlinx-coroutines-core = " 1.9.0"
1717logback = " 1.5.12"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.21"
3- kotlin-wrappers-bom = " 1.0.0-pre.823 "
4- ktor = " 3.0.1 "
3+ kotlin-wrappers-bom = " 1.0.0-pre.848 "
4+ ktor = " 3.0.2 "
55kotlinx-serialization-json = " 1.7.3"
66kotlinx-coroutines-core = " 1.9.0"
77logback = " 1.5.12"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55plugins {
66 kotlin(" jvm" ) version " 2.0.21"
77 kotlin(" plugin.serialization" ) version " 2.0.21"
8- id(" io.ktor.plugin" ) version " 3.0.1 "
8+ id(" io.ktor.plugin" ) version " 3.0.2 "
99 id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.4.0"
1010}
1111
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments