File tree 6 files changed +209
-136
lines changed
6 files changed +209
-136
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ android {
55
55
compose = true
56
56
}
57
57
composeOptions {
58
- kotlinCompilerExtensionVersion = " 1.5.1 "
58
+ kotlinCompilerExtensionVersion = " 1.5.15 "
59
59
}
60
60
packaging {
61
61
resources {
@@ -66,15 +66,15 @@ android {
66
66
67
67
dependencies {
68
68
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 " )
71
71
implementation(" androidx.compose.material3:material3" )
72
72
implementation(" androidx.compose.ui:ui" )
73
73
implementation(" androidx.compose.ui:ui-graphics" )
74
74
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 " )
78
78
79
79
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
80
80
debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change 15
15
*/
16
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
17
plugins {
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
21
21
}
Original file line number Diff line number Diff line change 1
- # Mon Aug 14 19:39:57 PDT 2023
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =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
5
6
zipStoreBase =GRADLE_USER_HOME
6
7
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments