File tree Expand file tree Collapse file tree 12 files changed +5
-17
lines changed
AdvancedStateAndSideEffectsCodelab Expand file tree Collapse file tree 12 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ buildscript {
1919 ext. composeCompiler_version = ' 1.3.2'
2020 ext. compose_version = ' 1.2.1'
2121 ext. coroutines_version = ' 1.6.4'
22- ext. accompanist_version = ' 0.26.5-rc ' // TODO: UPDATE
22+ ext. accompanist_version = ' 0.27.0 '
2323
2424 repositories {
2525 google()
2626 mavenCentral()
27- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
2827 }
2928
3029 dependencies {
@@ -41,7 +40,6 @@ subprojects {
4140 repositories {
4241 google()
4342 mavenCentral()
44- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
4543 }
4644
4745 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818 ext {
1919 kotlin_version = ' 1.7.20'
2020 composeCompiler_version = ' 1.3.2'
21- compose_version = ' 1.3.0-SNAPSHOT '
21+ compose_version = ' 1.3.0'
2222 coroutines_version = ' 1.6.4'
2323 agp_version = " 7.3.0"
2424 }
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ subprojects {
3737 repositories {
3838 google()
3939 mavenCentral()
40- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
4140
4241 if (! Libs.AndroidX.Compose . snapshot. isEmpty()) {
4342 maven { url Urls . composeSnapshotRepo }
Original file line number Diff line number Diff line change @@ -34,6 +34,5 @@ allprojects {
3434 repositories {
3535 google()
3636 mavenCentral()
37- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
3837 }
3938}
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext. composeCompiler_version = ' 1.3.2'
19- ext. compose_version = ' 1.3.0-SNAPSHOT '
19+ ext. compose_version = ' 1.3.0'
2020 repositories {
2121 google()
2222 mavenCentral()
@@ -33,7 +33,6 @@ subprojects {
3333 repositories {
3434 google()
3535 mavenCentral()
36- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
3736 }
3837
3938 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ dependencyResolutionManagement {
2828 google()
2929 mavenCentral()
3030 maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
31- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
3231 }
3332}
3433rootProject. name = " MySoothe"
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ subprojects {
3030 repositories {
3131 google()
3232 mavenCentral()
33- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
3433 }
3534
3635 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ dependencyResolutionManagement {
1010 repositories {
1111 google()
1212 mavenCentral()
13- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
1413 }
1514}
1615rootProject. name = " BasicStateCodelab"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525 // App dependencies
2626 appCompatVersion = ' 1.4.2'
2727 composeCompilerVersion = ' 1.3.2'
28- composeVersion = ' 1.3.0-SNAPSHOT '
28+ composeVersion = ' 1.3.0'
2929 constraintLayoutVersion = ' 2.1.4'
3030 coreTestingVersion = ' 2.1.0'
3131 coroutinesVersion = " 1.6.3"
@@ -73,7 +73,6 @@ allprojects {
7373 repositories {
7474 google()
7575 mavenCentral()
76- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
7776 }
7877}
7978
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ subprojects {
5656 repositories {
5757 google()
5858 mavenCentral()
59- maven { url " https://androidx.dev/snapshots/builds/9153353/artifacts/repository/" }
6059 }
6160
6261 apply plugin : ' com.diffplug.spotless'
You can’t perform that action at this time.
0 commit comments