File tree Expand file tree Collapse file tree 6 files changed +209
-136
lines changed Expand file tree Collapse file tree 6 files changed +209
-136
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ android {
5555 compose = true
5656 }
5757 composeOptions {
58- kotlinCompilerExtensionVersion = " 1.5.1 "
58+ kotlinCompilerExtensionVersion = " 1.5.15 "
5959 }
6060 packaging {
6161 resources {
@@ -66,15 +66,15 @@ android {
6666
6767dependencies {
6868
69- implementation(platform(" androidx.compose:compose-bom:2023.08 .00" ))
70- implementation(" androidx.activity:activity-compose:1.7.2 " )
69+ implementation(platform(" androidx.compose:compose-bom:2024.11 .00" ))
70+ implementation(" androidx.activity:activity-compose:1.9.3 " )
7171 implementation(" androidx.compose.material3:material3" )
7272 implementation(" androidx.compose.ui:ui" )
7373 implementation(" androidx.compose.ui:ui-graphics" )
7474 implementation(" androidx.compose.ui:ui-tooling-preview" )
75- implementation(" androidx.core:core-ktx:1.10.1 " )
76- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 " )
77- implementation(" androidx.navigation:navigation-compose:2.7.0 " )
75+ implementation(" androidx.core:core-ktx:1.15.0 " )
76+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
77+ implementation(" androidx.navigation:navigation-compose:2.8.4 " )
7878
7979 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
8080 debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change 1515 */
1616// Top-level build file where you can add configuration options common to all sub-projects/modules.
1717plugins {
18- id(" com.android.application" ) version " 8.1.0 " apply false
19- id(" com.android.library" ) version " 8.1.0 " apply false
20- id(" org.jetbrains.kotlin.android" ) version " 1.9 .0" apply false
18+ id(" com.android.application" ) version " 8.7.3 " apply false
19+ id(" com.android.library" ) version " 8.7.3 " apply false
20+ id(" org.jetbrains.kotlin.android" ) version " 2.1 .0" apply false
2121}
Original file line number Diff line number Diff line change 1- # Mon Aug 14 19:39:57 PDT 2023
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments