File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ buildscript {
7
7
compile_sdk = 34
8
8
target_sdk = 34
9
9
build_tools_version = ' 34.0.0'
10
- agp_version = ' 8.1.1 '
11
- kotlin_version = ' 1.9.0 '
12
- kotlin_compiler_extension_version = ' 1.5.2 '
13
- compose_activity_version = ' 1.7.2 '
14
- compose_version = ' 1.5.0 '
10
+ agp_version = ' 8.1.2 '
11
+ kotlin_version = ' 1.9.10 '
12
+ compose_compiler_version = ' 1.5.3 '
13
+ compose_activity_version = ' 1.8.0 '
14
+ compose_version = ' 1.5.1 '
15
15
material_version = ' 1.9.0'
16
16
appcompat_version = ' 1.6.1'
17
17
preference_version = ' 1.2.1'
18
- core_version = ' 1.10.1 '
19
- nav_version = ' 2.7.1 '
18
+ core_version = ' 1.12.0 '
19
+ nav_version = ' 2.7.4 '
20
20
junit_version = ' 4.13.2'
21
21
test_junit_version = ' 1.1.5'
22
22
test_core_version = ' 1.5.0'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
composeOptions {
33
33
// See the "Compose to Kotlin Compatibility Map" for compatible versions:
34
34
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin
35
- kotlinCompilerExtensionVersion kotlin_compiler_extension_version
35
+ kotlinCompilerExtensionVersion compose_compiler_version
36
36
}
37
37
38
38
buildFeatures {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
composeOptions {
33
33
// See the "Compose to Kotlin Compatibility Map" for compatible versions:
34
34
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin
35
- kotlinCompilerExtensionVersion kotlin_compiler_extension_version
35
+ kotlinCompilerExtensionVersion compose_compiler_version
36
36
}
37
37
38
38
buildFeatures {
@@ -121,7 +121,7 @@ dependencies {
121
121
androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$compose_version " )
122
122
123
123
// Needed for createComposeRule, but not createAndroidComposeRule:
124
- debugImplementation(" androidx.compose.ui:ui-test-manifest:$c ompose_version " )
124
+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.5.3 " )
125
125
}
126
126
127
127
// disable caching
You can’t perform that action at this time.
0 commit comments