Skip to content

Commit

Permalink
remove jcenter due to its shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Nov 10, 2024
1 parent 7cf0225 commit cc22436
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 @@ -4,7 +4,6 @@ buildscript {
ext.kotlin_version = '1.4.10'
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
Expand All @@ -18,7 +17,6 @@ buildscript {

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

0 comments on commit cc22436

Please sign in to comment.