File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
20- id(" com.google.devtools.ksp" ) version " 2.1.0-1 .0.29 "
20+ id(" com.google.devtools.ksp" ) version " 2.1.20-2 .0.0 "
2121 id(" org.jetbrains.kotlin.plugin.compose" )
2222}
2323
@@ -66,8 +66,8 @@ android {
6666
6767dependencies {
6868
69- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
70- implementation(" androidx.activity:activity-compose:1.9.3 " )
69+ implementation(platform(" androidx.compose:compose-bom:2025.03 .01" ))
70+ implementation(" androidx.activity:activity-compose:1.10.1 " )
7171 implementation(" androidx.compose.material3:material3" )
7272 implementation(" androidx.compose.ui:ui" )
7373 implementation(" androidx.compose.ui:ui-graphics" )
@@ -77,7 +77,7 @@ dependencies {
7777 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" arch_lifecycle_version" ]} " )
7878 implementation(" androidx.room:room-ktx:${rootProject.extra[" room_version" ]} " )
7979 implementation(" androidx.room:room-runtime:${rootProject.extra[" room_version" ]} " )
80- implementation(" com.google.android.gms:play-services-ads:23.6 .0" )
80+ implementation(" com.google.android.gms:play-services-ads:24.2 .0" )
8181
8282 ksp(" androidx.room:room-compiler:${rootProject.extra[" room_version" ]} " )
8383
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ buildscript {
2424}
2525
2626plugins {
27- id(" com.android.application" ) version " 8.8.0 " apply false
28- id(" com.android.library" ) version " 8.8.0 " apply false
29- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
30- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
27+ id(" com.android.application" ) version " 8.9.1 " apply false
28+ id(" com.android.library" ) version " 8.9.1 " apply false
29+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
30+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.20 " apply false
3131}
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.12 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments