Skip to content

Commit

Permalink
Merge pull request #81 from Baloo1/master
Browse files Browse the repository at this point in the history
Replace JCenter with mavenCentral
  • Loading branch information
souvik-ghosh authored Dec 7, 2022
2 parents 1ff9f77 + a839120 commit 46acbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.1")
Expand Down

0 comments on commit 46acbc2

Please sign in to comment.