File tree Expand file tree Collapse file tree 12 files changed +31
-35
lines changed Expand file tree Collapse file tree 12 files changed +31
-35
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.8.0 "
55android-compileSdk = " 35"
66android-minSdk = " 24"
77android-targetSdk = " 35"
8- androidx-activityCompose = " 1.9.3 "
8+ androidx-activityCompose = " 1.10.0 "
99androidx-appcompat = " 1.7.0"
1010androidx-constraintlayout = " 2.2.0"
1111androidx-core-ktx = " 1.15.0"
1212androidx-espresso-core = " 3.6.1"
1313androidx-material = " 1.12.0"
1414androidx-test-junit = " 1.2.1"
15- compose = " 1.7.5 "
16- compose-plugin = " 1.7.0 "
15+ compose = " 1.7.6 "
16+ compose-plugin = " 1.8.0+check "
1717junit = " 4.13.2"
18- ktor = " 3.0.1 "
19- logback = " 1.5.12 "
20- serialization = " 1.7.3 "
21- coroutines = " 1.9.0 "
18+ ktor = " 3.0.3 "
19+ logback = " 1.5.16 "
20+ serialization = " 1.8.0 "
21+ coroutines = " 1.10.1 "
2222kotlinx-rpc = " 0.4.0"
2323
2424[libraries ]
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.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.7.2 "
2+ agp = " 8.8.0 "
33kotlin = " 2.0.21"
4- androidx-activityCompose = " 1.9.3 "
4+ androidx-activityCompose = " 1.10.0 "
55androidx-appcompat = " 1.7.0"
66androidx-constraintlayout = " 2.2.0"
77androidx-core-ktx = " 1.15.0"
88androidx-test-junit = " 1.2.1"
9- compose = " 1.7.5 "
9+ compose = " 1.7.6 "
1010compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11- compose-bom = " 2024.10 .01"
11+ compose-bom = " 2024.12 .01"
1212material3 = " 1.3.1"
1313junit = " 4.13.2"
14- ktor = " 3.0.1 "
15- kotlinx-serialization-json = " 1.7.3 "
16- kotlinx-coroutines-core = " 1.9.0 "
17- logback = " 1.5.12 "
14+ ktor = " 3.0.3 "
15+ kotlinx-serialization-json = " 1.8.0 "
16+ kotlinx-coroutines-core = " 1.10.1 "
17+ logback = " 1.5.16 "
1818kotlinx-rpc = " 0.4.0"
1919
2020[libraries ]
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.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
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 "
5- kotlinx-serialization-json = " 1.7.3 "
6- kotlinx-coroutines-core = " 1.9.0 "
7- logback = " 1.5.12 "
3+ kotlin-wrappers-bom = " 1.0.0-pre.860 "
4+ ktor = " 3.0.3 "
5+ kotlinx-serialization-json = " 1.8.0 "
6+ kotlinx-coroutines-core = " 1.10.1 "
7+ logback = " 1.5.16 "
88kotlinx-rpc = " 0.4.0"
99
1010[libraries ]
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.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
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.3 "
99 id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.4.0"
1010}
1111
@@ -37,7 +37,7 @@ dependencies {
3737
3838 implementation(" io.ktor:ktor-client-cio" )
3939 implementation(" io.ktor:ktor-server-netty-jvm" )
40- implementation(" ch.qos.logback:logback-classic:1.5.12 " )
40+ implementation(" ch.qos.logback:logback-classic:1.5.16 " )
4141
4242 testImplementation(" io.ktor:ktor-server-test-host" )
4343 testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.0.10" )
You can’t perform that action at this time.
0 commit comments