File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
92
92
93
93
implementation ' androidx.appcompat:appcompat:1.3.0-beta01'
94
94
implementation ' androidx.activity:activity-ktx:1.2.0'
95
- implementation ' androidx.core:core-ktx:1.5.0-beta01 '
95
+ implementation ' androidx.core:core-ktx:1.5.0-beta02 '
96
96
implementation " androidx.activity:activity-compose:1.3.0-alpha03"
97
97
98
98
implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
buildscript {
18
- ext. kotlin_version = ' 1.4.30 '
19
- ext. compose_version = ' 1.0.0-beta01 '
18
+ ext. kotlin_version = ' 1.4.31 '
19
+ ext. compose_version = ' 1.0.0-SNAPSHOT '
20
20
ext. coroutines_version = ' 1.4.2'
21
21
22
22
repositories {
@@ -25,7 +25,7 @@ buildscript {
25
25
}
26
26
27
27
dependencies {
28
- classpath ' com.android.tools.build:gradle:7.0.0-alpha08 '
28
+ classpath ' com.android.tools.build:gradle:7.0.0-alpha09 '
29
29
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
30
30
}
31
31
}
@@ -36,6 +36,7 @@ plugins {
36
36
37
37
subprojects {
38
38
repositories {
39
+ maven { url " https://androidx.dev/snapshots/builds/7184376/artifacts/repository/" }
39
40
google()
40
41
jcenter()
41
42
}
You can’t perform that action at this time.
0 commit comments