Skip to content

Commit

Permalink
[#485] Update import libraries from mavenCentral if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Jul 13, 2023
1 parent bad6d84 commit 66558bb
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 66558bb

Please sign in to comment.