Skip to content

Commit

Permalink
Merge pull request #2 from ShareASmile/dev
Browse files Browse the repository at this point in the history
Remove jcenter completely
  • Loading branch information
ShareASmile authored Sep 22, 2024
2 parents 42fb4d3 + 022cc6a commit 6c22593
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand All @@ -38,7 +37,6 @@ allprojects { project ->

repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'

buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion library-databinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion library-kotlin-android-extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion library-viewbinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down

0 comments on commit 6c22593

Please sign in to comment.