File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ dependencies {
91
91
implementation " androidx.compose.runtime:runtime-livedata:$compose_version "
92
92
93
93
implementation ' androidx.appcompat:appcompat:1.3.0-beta01'
94
- implementation ' androidx.activity:activity-ktx:1.2.0 '
95
- implementation ' androidx.core:core-ktx:1.5.0-beta02 '
96
- implementation " androidx.activity:activity-compose:1.3.0-alpha03 "
94
+ implementation ' androidx.activity:activity-ktx:1.2.1 '
95
+ implementation ' androidx.core:core-ktx:1.5.0-beta03 '
96
+ implementation " androidx.activity:activity-compose:1.3.0-alpha04 "
97
97
98
98
implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0"
99
99
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.3.0"
100
- implementation " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha02 "
100
+ implementation " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha03 "
101
101
102
102
androidTestImplementation ' androidx.test:rules:1.3.0'
103
103
androidTestImplementation ' androidx.test:runner:1.3.0'
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.4.31'
19
- ext. compose_version = ' 1.0.0-SNAPSHOT '
19
+ ext. compose_version = ' 1.0.0-beta02 '
20
20
ext. coroutines_version = ' 1.4.2'
21
21
22
22
repositories {
@@ -36,7 +36,6 @@ plugins {
36
36
37
37
subprojects {
38
38
repositories {
39
- maven { url " https://androidx.dev/snapshots/builds/7184376/artifacts/repository/" }
40
39
google()
41
40
jcenter()
42
41
}
You can’t perform that action at this time.
0 commit comments