Skip to content

Commit 3f4b9c3

Browse files
authored
Merge pull request #487 from nimblehq/chore/454-update-import-libraries-from-maven-central-first
[#485] Update import libraries from mavenCentral if possible
2 parents bad6d84 + 66558bb commit 3f4b9c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

RxJavaTemplate[DEPRECATED]/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
allprojects {
2222
repositories {
2323
google()
24-
maven { url = uri("https://www.jitpack.io") }
2524
mavenCentral()
25+
maven { url = uri("https://www.jitpack.io") }
2626
}
2727
}
2828

sample-compose/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
allprojects {
2121
repositories {
2222
google()
23-
maven { url = uri("https://www.jitpack.io") }
2423
mavenCentral()
24+
maven { url = uri("https://www.jitpack.io") }
2525
}
2626
}
2727

sample-xml/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
allprojects {
2222
repositories {
2323
google()
24-
maven { url = uri("https://www.jitpack.io") }
2524
mavenCentral()
25+
maven { url = uri("https://www.jitpack.io") }
2626
}
2727
}
2828

template-compose/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
allprojects {
2121
repositories {
2222
google()
23-
maven { url = uri("https://www.jitpack.io") }
2423
mavenCentral()
24+
maven { url = uri("https://www.jitpack.io") }
2525
}
2626
}
2727

template-xml/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
allprojects {
2222
repositories {
2323
google()
24-
maven { url = uri("https://www.jitpack.io") }
2524
mavenCentral()
25+
maven { url = uri("https://www.jitpack.io") }
2626
}
2727
}
2828

0 commit comments

Comments
 (0)