File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ subprojects {
4343 if (! Libs.AndroidX.Compose . snapshot. isEmpty()) {
4444 maven { url " https://androidx.dev/snapshots/builds/${ Libs.AndroidX.Compose.snapshot} /artifacts/repository/" }
4545 }
46-
47- maven { url ' https://oss.sonatype.org/content/repositories/snapshots/' }
4846 }
4947
5048 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ subprojects {
4040
4141 if (! Libs.AndroidX.Compose . snapshot. isEmpty()) {
4242 maven { url " https://androidx.dev/snapshots/builds/${ Libs.AndroidX.Compose.snapshot} /artifacts/repository/" }
43- maven { url " http://androidx.dev/storage/repository/androidx/constraintlayout" }
4443 }
45- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
4644 }
4745
4846 tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ subprojects {
4141 if (Libs.AndroidX.Compose . version. endsWith(' SNAPSHOT' )) {
4242 maven { url Libs.AndroidX.Compose . snapshotUrl }
4343 }
44- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
4544 }
4645
4746 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -39,10 +39,7 @@ subprojects {
3939
4040 if (! Libs.AndroidX.Compose . snapshot. isEmpty()) {
4141 maven { url " https://androidx.dev/snapshots/builds/${ Libs.AndroidX.Compose.snapshot} /artifacts/repository/" }
42- maven { url " http://androidx.dev/storage/repository/androidx/constraintlayout" }
4342 }
44-
45- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
4643 }
4744
4845 tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
You can’t perform that action at this time.
0 commit comments