File tree Expand file tree Collapse file tree 6 files changed +210
-137
lines changed Expand file tree Collapse file tree 6 files changed +210
-137
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
plugins {
17
17
id(" com.android.application" )
18
- id(" com.google.devtools.ksp" ) version " 1.9. 0-1.0.13 "
18
+ id(" com.google.devtools.ksp" ) version " 2.1. 0-1.0.29 "
19
19
id(" org.jetbrains.kotlin.android" )
20
20
}
21
21
@@ -56,7 +56,7 @@ android {
56
56
compose = true
57
57
}
58
58
composeOptions {
59
- kotlinCompilerExtensionVersion = " 1.5.3 "
59
+ kotlinCompilerExtensionVersion = " 1.5.15 "
60
60
}
61
61
packaging {
62
62
resources {
@@ -67,14 +67,14 @@ android {
67
67
68
68
dependencies {
69
69
70
- implementation(platform(" androidx.compose:compose-bom:2023.05.01 " ))
71
- implementation(" androidx.activity:activity-compose:1.7.2 " )
70
+ implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
71
+ implementation(" androidx.activity:activity-compose:1.9.3 " )
72
72
implementation(" androidx.compose.material3:material3" )
73
73
implementation(" androidx.compose.ui:ui" )
74
74
implementation(" androidx.compose.ui:ui-graphics" )
75
75
implementation(" androidx.compose.ui:ui-tooling-preview" )
76
- implementation(" androidx.core:core-ktx:1.10.1 " )
77
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 " )
76
+ implementation(" androidx.core:core-ktx:1.15.0 " )
77
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
78
78
implementation(" androidx.navigation:navigation-compose:${rootProject.extra[" nav_version" ]} " )
79
79
80
80
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change 16
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
17
buildscript {
18
18
extra.apply {
19
- set(" nav_version" , " 2.5.3 " )
19
+ set(" nav_version" , " 2.8.4 " )
20
20
}
21
21
}
22
22
plugins {
23
- id(" com.android.application" ) version " 8.1.1 " apply false
24
- id(" com.android.library" ) version " 8.1.1 " apply false
25
- id(" org.jetbrains.kotlin.android" ) version " 1.9.10 " apply false
23
+ id(" com.android.application" ) version " 8.7.3 " apply false
24
+ id(" com.android.library" ) version " 8.7.3 " apply false
25
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
26
26
}
Original file line number Diff line number Diff line change 1
- # Mon Aug 14 19:08:43 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