This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' org.jetbrains.kotlin.android'
55}
66
7- def compose_version = ' 1.0.0-beta02 '
7+ def compose_version = ' 1.0.0-SNAPSHOT '
88
99android {
1010 compileSdkVersion 30
@@ -34,7 +34,7 @@ android {
3434 }
3535
3636 composeOptions {
37- kotlinCompilerVersion " 1.4.31 "
37+ kotlinCompilerVersion " 1.4.32 "
3838 kotlinCompilerExtensionVersion compose_version
3939 }
4040
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ android.useAndroidX=true
77
88constraintlayout.version =2.1.0-beta02
99core.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 {
88 }
99
1010 plugins {
11- id ' org.jetbrains.kotlin.android' version ' 1.4.31 '
11+ id ' org.jetbrains.kotlin.android' version ' 1.4.32 '
1212 }
1313 resolutionStrategy {
1414 eachPlugin {
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
3232 mavenCentral()
3333 google()
3434 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/" }
3636 jcenter()
3737 }
3838 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
You can’t perform that action at this time.
0 commit comments