This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' org.jetbrains.kotlin.android'
5
5
}
6
6
7
- def compose_version = ' 1.0.0-beta02 '
7
+ def compose_version = ' 1.0.0-SNAPSHOT '
8
8
9
9
android {
10
10
compileSdkVersion 30
@@ -34,7 +34,7 @@ android {
34
34
}
35
35
36
36
composeOptions {
37
- kotlinCompilerVersion " 1.4.31 "
37
+ kotlinCompilerVersion " 1.4.32 "
38
38
kotlinCompilerExtensionVersion compose_version
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ android.useAndroidX=true
7
7
8
8
constraintlayout.version =2.1.0-beta02
9
9
core.version =1.0.0-beta02
10
- compose.version =1.0.0-alpha06
10
+ compose.version =1.0.0-alpha07
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
8
8
}
9
9
10
10
plugins {
11
- id ' org.jetbrains.kotlin.android' version ' 1.4.31 '
11
+ id ' org.jetbrains.kotlin.android' version ' 1.4.32 '
12
12
}
13
13
resolutionStrategy {
14
14
eachPlugin {
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
32
32
mavenCentral()
33
33
google()
34
34
maven { url " ../../prebuilts/tools/common/m2/repository" }
35
- maven { url " https://androidx.dev/snapshots/builds/7141639 /artifacts/repository/" }
35
+ maven { url " https://androidx.dev/snapshots/builds/7352378 /artifacts/repository/" }
36
36
jcenter()
37
37
}
38
38
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
You can’t perform that action at this time.
0 commit comments