File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Crane/buildSrc/src/main/java/com/example/crane/buildsrc
Jetcaster/buildSrc/src/main/java/com/example/jetcaster/buildsrc
Jetchat/buildSrc/src/main/java/com/example/compose/jetchat/buildsrc
Jetsnack/buildSrc/src/main/java/com/example/jetsnack/buildsrc
Jetsurvey/buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc
Owl/buildSrc/src/main/java/com/example/owl/buildsrc Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ object Libs {
59
59
object Compose {
60
60
const val compilerVersion = " 1.2.0"
61
61
const val snapshot = " "
62
- const val version = " 1.2.0-rc02 "
62
+ const val version = " 1.2.0-rc03 "
63
63
64
64
const val runtime = " androidx.compose.runtime:runtime:$version "
65
65
const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change 17
17
buildscript {
18
18
ext. kotlin_version = ' 1.7.0'
19
19
ext. compose_compiler_version = ' 1.2.0'
20
- ext. compose_version = ' 1.2.0-rc02 '
20
+ ext. compose_version = ' 1.2.0-rc03 '
21
21
ext. compose_snapshot_version = ' '
22
22
ext. coroutines_version = ' 1.6.0'
23
- ext. accompanist_version = ' 0.24.12 -rc'
23
+ ext. accompanist_version = ' 0.24.13 -rc'
24
24
25
25
repositories {
26
26
google()
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Libs {
25
25
const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5"
26
26
27
27
object Accompanist {
28
- const val version = " 0.24.12 -rc"
28
+ const val version = " 0.24.13 -rc"
29
29
const val pager = " com.google.accompanist:accompanist-pager:$version "
30
30
}
31
31
@@ -71,7 +71,7 @@ object Libs {
71
71
object Compose {
72
72
const val compilerVersion = " 1.2.0"
73
73
const val snapshot = " "
74
- const val version = " 1.2.0-rc02 "
74
+ const val version = " 1.2.0-rc03 "
75
75
76
76
@get:JvmStatic
77
77
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Libs {
53
53
object Compose {
54
54
const val compilerVersion = " 1.2.0"
55
55
const val snapshot = " "
56
- const val version = " 1.2.0-rc02 "
56
+ const val version = " 1.2.0-rc03 "
57
57
58
58
const val foundation = " androidx.compose.foundation:foundation:$version "
59
59
const val layout = " androidx.compose.foundation:foundation-layout:$version "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Libs {
24
24
const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.1"
25
25
26
26
object Accompanist {
27
- const val version = " 0.24.12 -rc"
27
+ const val version = " 0.24.13 -rc"
28
28
const val systemuicontroller = " com.google.accompanist:accompanist-systemuicontroller:$version "
29
29
const val flowlayouts = " com.google.accompanist:accompanist-flowlayout:$version "
30
30
}
@@ -49,7 +49,7 @@ object Libs {
49
49
object Compose {
50
50
const val compilerVersion = " 1.2.0"
51
51
const val snapshot = " "
52
- const val version = " 1.2.0-rc02 "
52
+ const val version = " 1.2.0-rc03 "
53
53
54
54
const val foundation = " androidx.compose.foundation:foundation:${version} "
55
55
const val layout = " androidx.compose.foundation:foundation-layout:${version} "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object Libs {
27
27
const val junit = " junit:junit:4.13.2"
28
28
29
29
object Accompanist {
30
- const val version = " 0.24.12 -rc"
30
+ const val version = " 0.24.13 -rc"
31
31
const val permissions = " com.google.accompanist:accompanist-permissions:$version "
32
32
}
33
33
@@ -62,7 +62,7 @@ object Libs {
62
62
object Compose {
63
63
const val compilerVersion = " 1.2.0"
64
64
const val snapshot = " "
65
- const val version = " 1.2.0-rc02 "
65
+ const val version = " 1.2.0-rc03 "
66
66
67
67
@get:JvmStatic
68
68
val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Libs {
53
53
object Compose {
54
54
const val compilerVersion = " 1.2.0"
55
55
const val snapshot = " "
56
- const val version = " 1.2.0-rc02 "
56
+ const val version = " 1.2.0-rc03 "
57
57
58
58
const val animation = " androidx.compose.animation:animation:$version "
59
59
const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments