File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
package com.guru.composecookbook.build.dependencies
2
2
3
3
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 "
7
7
const val pagingCompose = " 1.0.0-alpha09"
8
8
const val navCompose = " 2.4.0-alpha02"
9
- const val constraintLayoutCompose = " 1.0.0-alpha07 "
9
+ const val constraintLayoutCompose = " 1.0.0-alpha08 "
10
10
const val lottieCompose = " 1.0.0-beta03-1"
11
11
const val fontAwesomeCompose = " 1.0.0-beta02"
12
- const val accompanistCoil = " 0.12 .0"
12
+ const val accompanistCoil = " 0.13 .0"
13
13
const val kotlin = " 1.5.10"
14
14
const val coroutine = " 1.4.2"
15
15
const val androidLifecycleGrouped = " 2.2.0"
You can’t perform that action at this time.
0 commit comments