Skip to content

Commit 7fb687d

Browse files
committedMar 11, 2021
[Rally] Update to beta02
1 parent 7cf559a commit 7fb687d

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
 

‎Rally/buildSrc/src/main/java/com/example/compose/rally/buildsrc/dependencies.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ object Libs {
4242

4343
object AndroidX {
4444
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"
4646

4747
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"
4949
}
5050

5151
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"
5454

5555
const val core = "androidx.compose.ui:ui:$version"
5656
const val foundation = "androidx.compose.foundation:foundation:$version"

0 commit comments

Comments
 (0)
Please sign in to comment.