Skip to content

Commit

Permalink
Restore jcenter() repository
Browse files Browse the repository at this point in the history
Restore jcenter() repository
  • Loading branch information
tuancoltech committed Feb 23, 2025
1 parent 9c56f60 commit fde78c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
Expand All @@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
Expand Down

0 comments on commit fde78c7

Please sign in to comment.