File tree Expand file tree Collapse file tree 9 files changed +30
-31
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
Rally/buildSrc/src/main/java/com/example/compose/rally/buildsrc Expand file tree Collapse file tree 9 files changed +30
-31
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ object Libs {
3030 }
3131
3232 object Accompanist {
33- const val version = " 0.7.2-SNAPSHOT "
33+ const val version = " 0.8.0 "
3434 const val coil = " com.google.accompanist:accompanist-coil:$version "
3535 }
3636
@@ -49,14 +49,14 @@ object Libs {
4949
5050 object AndroidX {
5151 object Activity {
52- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
52+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
5353 }
5454
5555 const val appcompat = " androidx.appcompat:appcompat:1.3.0-rc01"
5656
5757 object Compose {
58- const val snapshot = " 7285231 "
59- private const val version = " 1.0.0-SNAPSHOT "
58+ const val snapshot = " "
59+ private const val version = " 1.0.0-beta05 "
6060
6161 const val runtime = " androidx.compose.runtime:runtime:$version "
6262 const val runtimeLivedata = " androidx.compose.runtime:runtime-livedata:$version "
Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ dependencies {
9090 implementation " androidx.compose.ui:ui-tooling:$compose_version "
9191 implementation " androidx.compose.runtime:runtime-livedata:$compose_version "
9292
93- implementation " com.google.accompanist:accompanist-swiperefresh:0.7.2-SNAPSHOT "
93+ implementation " com.google.accompanist:accompanist-swiperefresh:0.8.0 "
9494
9595 implementation ' androidx.appcompat:appcompat:1.3.0-rc01'
9696 implementation ' androidx.activity:activity-ktx:1.2.2'
9797 implementation ' androidx.core:core-ktx:1.6.0-alpha01'
98- implementation " androidx.activity:activity-compose:1.3.0-alpha06 "
98+ implementation " androidx.activity:activity-compose:1.3.0-alpha07 "
9999
100100 implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0"
101101 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.3.1"
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext. kotlin_version = ' 1.4.32'
19- ext. compose_version = ' 1.0.0-SNAPSHOT '
19+ ext. compose_version = ' 1.0.0-beta05 '
2020 ext. coroutines_version = ' 1.4.2'
2121
2222 repositories {
@@ -38,7 +38,6 @@ subprojects {
3838 repositories {
3939 google()
4040 jcenter()
41- maven { url " https://androidx.dev/snapshots/builds/7285231/artifacts/repository/" }
4241
4342 // Needed for Accompanist SwipeRefresh snapshot
4443 maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object Libs {
2727 const val material = " com.google.android.material:material:1.3.0"
2828
2929 object Accompanist {
30- const val version = " 0.7.2-SNAPSHOT "
30+ const val version = " 0.8.0 "
3131 const val coil = " com.google.accompanist:accompanist-coil:$version "
3232 const val insets = " com.google.accompanist:accompanist-insets:$version "
3333 const val pager = " com.google.accompanist:accompanist-pager:$version "
@@ -65,16 +65,16 @@ object Libs {
6565 const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
6666
6767 object Activity {
68- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
68+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
6969 }
7070
7171 object Constraint {
7272 const val constraintLayoutCompose = " androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"
7373 }
7474
7575 object Compose {
76- private const val snapshot = " 7285231 "
77- private const val version = " 1.0.0-SNAPSHOT "
76+ private const val snapshot = " "
77+ private const val version = " 1.0.0-beta05 "
7878
7979 @get:JvmStatic
8080 val snapshotUrl: String
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Libs {
2929 const val material = " com.google.android.material:material:1.3.0"
3030
3131 object Accompanist {
32- const val version = " 0.7.2-SNAPSHOT "
32+ const val version = " 0.8.0 "
3333 const val insets = " com.google.accompanist:accompanist-insets:$version "
3434 }
3535
@@ -52,12 +52,12 @@ object Libs {
5252 const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
5353
5454 object Activity {
55- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
55+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
5656 }
5757
5858 object Compose {
59- const val snapshot = " 7285231 "
60- const val version = " 1.0.0-SNAPSHOT "
59+ const val snapshot = " "
60+ const val version = " 1.0.0-beta05 "
6161
6262 const val foundation = " androidx.compose.foundation:foundation:$version "
6363 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.0.0-alpha14"
2525
2626 object Accompanist {
27- const val version = " 0.7.2-SNAPSHOT "
27+ const val version = " 0.8.0 "
2828 const val coil = " com.google.accompanist:accompanist-coil:$version "
2929 const val insets = " com.google.accompanist:accompanist-insets:$version "
3030 }
@@ -47,8 +47,8 @@ object Libs {
4747 const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
4848
4949 object Compose {
50- const val snapshot = " 7285231 "
51- const val version = " 1.0.0-SNAPSHOT "
50+ const val snapshot = " "
51+ const val version = " 1.0.0-beta05 "
5252
5353 const val foundation = " androidx.compose.foundation:foundation:${version} "
5454 const val layout = " androidx.compose.foundation:foundation-layout:${version} "
@@ -63,7 +63,7 @@ object Libs {
6363 }
6464
6565 object Activity {
66- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
66+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
6767 }
6868
6969 object Lifecycle {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Libs {
2929 const val material = " com.google.android.material:material:1.3.0"
3030
3131 object Accompanist {
32- const val version = " 0.7.2-SNAPSHOT "
32+ const val version = " 0.8.0 "
3333 const val coil = " com.google.accompanist:accompanist-coil:$version "
3434 }
3535
@@ -58,12 +58,12 @@ object Libs {
5858 }
5959
6060 object Activity {
61- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
61+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
6262 }
6363
6464 object Compose {
65- const val snapshot = " 7285231 "
66- const val version = " 1.0.0-SNAPSHOT "
65+ const val snapshot = " "
66+ const val version = " 1.0.0-beta05 "
6767
6868 @get:JvmStatic
6969 val snapshotUrl: String
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.0.0-alpha14"
2525
2626 object Accompanist {
27- const val version = " 0.7.2-SNAPSHOT "
27+ const val version = " 0.8.0 "
2828 const val coil = " com.google.accompanist:accompanist-coil:$version "
2929 const val insets = " com.google.accompanist:accompanist-insets:$version "
3030 }
@@ -53,12 +53,12 @@ object Libs {
5353 const val navigation = " androidx.navigation:navigation-compose:1.0.0-alpha10"
5454
5555 object Activity {
56- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
56+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
5757 }
5858
5959 object Compose {
60- const val snapshot = " 7285231 "
61- const val version = " 1.0.0-SNAPSHOT "
60+ const val snapshot = " "
61+ const val version = " 1.0.0-beta05 "
6262
6363 const val animation = " androidx.compose.animation:animation:$version "
6464 const val foundation = " androidx.compose.foundation:foundation:$version "
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ object Libs {
4545 const val coreKtx = " androidx.core:core-ktx:1.6.0-alpha01"
4646
4747 object Activity {
48- const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha06 "
48+ const val activityCompose = " androidx.activity:activity-compose:1.3.0-alpha07 "
4949 }
5050
5151 object Compose {
52- const val snapshot = " 7285231 "
53- const val version = " 1.0.0-SNAPSHOT "
52+ const val snapshot = " "
53+ const val version = " 1.0.0-beta05 "
5454
5555 const val core = " androidx.compose.ui:ui:$version "
5656 const val foundation = " androidx.compose.foundation:foundation:$version "
You can’t perform that action at this time.
0 commit comments