Skip to content

Commit 7525f46

Browse files
committed
updated to RC-01 yayyyyyyy finally
1 parent 7b7e8a1 commit 7525f46

File tree

1 file changed

+5
-5
lines changed
  • buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies

1 file changed

+5
-5
lines changed

buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies/Versions.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
package com.guru.composecookbook.build.dependencies
22

33
internal object Versions {
4-
const val compose = "1.0.0-beta09"
5-
const val lifecycleViewModelCompose = "1.0.0-alpha07"
6-
const val activityCompose = "1.3.0-beta02"
4+
const val compose = "1.0.0-rc01"
5+
const val lifecycleViewModelCompose = "1.0.0-alpha08"
6+
const val activityCompose = "1.3.0-rc01"
77
const val pagingCompose = "1.0.0-alpha09"
88
const val navCompose = "2.4.0-alpha02"
9-
const val constraintLayoutCompose = "1.0.0-alpha07"
9+
const val constraintLayoutCompose = "1.0.0-alpha08"
1010
const val lottieCompose = "1.0.0-beta03-1"
1111
const val fontAwesomeCompose = "1.0.0-beta02"
12-
const val accompanistCoil = "0.12.0"
12+
const val accompanistCoil = "0.13.0"
1313
const val kotlin = "1.5.10"
1414
const val coroutine = "1.4.2"
1515
const val androidLifecycleGrouped = "2.2.0"

0 commit comments

Comments
 (0)