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 {
5959 object Compose {
6060 const val compilerVersion = " 1.2.0"
6161 const val snapshot = " "
62- const val version = " 1.2.0-rc02 "
62+ const val version = " 1.2.0-rc03 "
6363
6464 const val runtime = " androidx.compose.runtime:runtime:$version "
6565 const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change 1717buildscript {
1818 ext. kotlin_version = ' 1.7.0'
1919 ext. compose_compiler_version = ' 1.2.0'
20- ext. compose_version = ' 1.2.0-rc02 '
20+ ext. compose_version = ' 1.2.0-rc03 '
2121 ext. compose_snapshot_version = ' '
2222 ext. coroutines_version = ' 1.6.0'
23- ext. accompanist_version = ' 0.24.12 -rc'
23+ ext. accompanist_version = ' 0.24.13 -rc'
2424
2525 repositories {
2626 google()
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Libs {
2525 const val jdkDesugar = " com.android.tools:desugar_jdk_libs:1.1.5"
2626
2727 object Accompanist {
28- const val version = " 0.24.12 -rc"
28+ const val version = " 0.24.13 -rc"
2929 const val pager = " com.google.accompanist:accompanist-pager:$version "
3030 }
3131
@@ -71,7 +71,7 @@ object Libs {
7171 object Compose {
7272 const val compilerVersion = " 1.2.0"
7373 const val snapshot = " "
74- const val version = " 1.2.0-rc02 "
74+ const val version = " 1.2.0-rc03 "
7575
7676 @get:JvmStatic
7777 val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Libs {
5353 object Compose {
5454 const val compilerVersion = " 1.2.0"
5555 const val snapshot = " "
56- const val version = " 1.2.0-rc02 "
56+ const val version = " 1.2.0-rc03 "
5757
5858 const val foundation = " androidx.compose.foundation:foundation:$version "
5959 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 {
2424 const val androidGradlePlugin = " com.android.tools.build:gradle:7.2.1"
2525
2626 object Accompanist {
27- const val version = " 0.24.12 -rc"
27+ const val version = " 0.24.13 -rc"
2828 const val systemuicontroller = " com.google.accompanist:accompanist-systemuicontroller:$version "
2929 const val flowlayouts = " com.google.accompanist:accompanist-flowlayout:$version "
3030 }
@@ -49,7 +49,7 @@ object Libs {
4949 object Compose {
5050 const val compilerVersion = " 1.2.0"
5151 const val snapshot = " "
52- const val version = " 1.2.0-rc02 "
52+ const val version = " 1.2.0-rc03 "
5353
5454 const val foundation = " androidx.compose.foundation:foundation:${version} "
5555 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 {
2727 const val junit = " junit:junit:4.13.2"
2828
2929 object Accompanist {
30- const val version = " 0.24.12 -rc"
30+ const val version = " 0.24.13 -rc"
3131 const val permissions = " com.google.accompanist:accompanist-permissions:$version "
3232 }
3333
@@ -62,7 +62,7 @@ object Libs {
6262 object Compose {
6363 const val compilerVersion = " 1.2.0"
6464 const val snapshot = " "
65- const val version = " 1.2.0-rc02 "
65+ const val version = " 1.2.0-rc03 "
6666
6767 @get:JvmStatic
6868 val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Libs {
5353 object Compose {
5454 const val compilerVersion = " 1.2.0"
5555 const val snapshot = " "
56- const val version = " 1.2.0-rc02 "
56+ const val version = " 1.2.0-rc03 "
5757
5858 const val animation = " androidx.compose.animation:animation:$version "
5959 const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments