Skip to content

Commit

Permalink
Merge pull request #487 from nimblehq/chore/454-update-import-librari…
Browse files Browse the repository at this point in the history
…es-from-maven-central-first

[#485] Update import libraries from mavenCentral if possible
  • Loading branch information
ryan-conway authored Jul 13, 2023
2 parents bad6d84 + 66558bb commit 3f4b9c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RxJavaTemplate[DEPRECATED]/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
allprojects {
repositories {
google()
maven { url = uri("https://www.jitpack.io") }
mavenCentral()
maven { url = uri("https://www.jitpack.io") }
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
allprojects {
repositories {
google()
maven { url = uri("https://www.jitpack.io") }
mavenCentral()
maven { url = uri("https://www.jitpack.io") }
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample-xml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
allprojects {
repositories {
google()
maven { url = uri("https://www.jitpack.io") }
mavenCentral()
maven { url = uri("https://www.jitpack.io") }
}
}

Expand Down
2 changes: 1 addition & 1 deletion template-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
allprojects {
repositories {
google()
maven { url = uri("https://www.jitpack.io") }
mavenCentral()
maven { url = uri("https://www.jitpack.io") }
}
}

Expand Down
2 changes: 1 addition & 1 deletion template-xml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
allprojects {
repositories {
google()
maven { url = uri("https://www.jitpack.io") }
mavenCentral()
maven { url = uri("https://www.jitpack.io") }
}
}

Expand Down

0 comments on commit 3f4b9c3

Please sign in to comment.