Skip to content

Commit

Permalink
Remove jcenter reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 21, 2024
1 parent aff78b6 commit 270a4b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
ext.buildNumber = 50
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" } // for lib extractor
}
Expand All @@ -22,7 +21,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" } // for lib extractor
}
Expand Down

0 comments on commit 270a4b9

Please sign in to comment.