File tree 1 file changed +4
-4
lines changed
Rally/buildSrc/src/main/java/com/example/compose/rally/buildsrc
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ object Libs {
42
42
43
43
object AndroidX {
44
44
const val appcompat = " androidx.appcompat:appcompat:1.2.0-rc01"
45
- const val coreKtx = " androidx.core:core-ktx:1.5.0-alpha02 "
45
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta03 "
46
46
47
47
object Activity {
48
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha03 "
48
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha04 "
49
49
}
50
50
51
51
object Compose {
52
- const val snapshot = " 7184376 "
53
- const val version = " 1.0.0-SNAPSHOT "
52
+ const val snapshot = " "
53
+ const val version = " 1.0.0-beta02 "
54
54
55
55
const val core = " androidx.compose.ui:ui:$version "
56
56
const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments