File tree 1 file changed +7
-7
lines changed
Jetchat/buildSrc/src/main/java/com/example/compose/jetchat/buildsrc 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,21 @@ object Libs {
43
43
}
44
44
45
45
object Accompanist {
46
- private const val version = " 0.6.2.compose-7184376-SNAPSHOT "
46
+ private const val version = " 0.6.2"
47
47
const val insets = " dev.chrisbanes.accompanist:accompanist-insets:$version "
48
48
}
49
49
50
50
object AndroidX {
51
- const val appcompat = " androidx.appcompat:appcompat:1.2 .0-rc01 "
52
- const val coreKtx = " androidx.core:core-ktx:1.5.0-beta02 "
51
+ const val appcompat = " androidx.appcompat:appcompat:1.3 .0-beta01 "
52
+ const val coreKtx = " androidx.core:core-ktx:1.5.0-beta03 "
53
53
54
54
object Activity {
55
- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha03 "
55
+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha04 "
56
56
}
57
57
58
58
object Compose {
59
- const val snapshot = " 7184376 "
60
- const val version = " 1.0.0-SNAPSHOT "
59
+ const val snapshot = " "
60
+ const val version = " 1.0.0-beta02 "
61
61
62
62
const val foundation = " androidx.compose.foundation:foundation:$version "
63
63
const val layout = " androidx.compose.foundation:foundation-layout:$version "
@@ -96,7 +96,7 @@ object Libs {
96
96
const val extensions = " androidx.lifecycle:lifecycle-extensions:$version "
97
97
const val livedata = " androidx.lifecycle:lifecycle-livedata-ktx:$version "
98
98
const val viewmodel = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version "
99
- const val viewModelCompose = " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha02 "
99
+ const val viewModelCompose = " androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha03 "
100
100
}
101
101
}
102
102
}
You can’t perform that action at this time.
0 commit comments