Browse Source
JNI-177 Maintenance: Move from jcenter(deprecated) to mavenCentral repository
JNI-177
Hussein Kasem
3 years ago
No known key found for this signature in database
GPG Key ID: 9E61B9BC790E6B02
1 changed files with
3 additions and
3 deletions
-
android/build.gradle
|
|
@ -10,17 +10,17 @@ def pEpEngineDB = new File(new File(pEpEngineSrc), 'db') |
|
|
|
buildscript { |
|
|
|
repositories { |
|
|
|
google() |
|
|
|
jcenter() |
|
|
|
mavenCentral() |
|
|
|
} |
|
|
|
dependencies { |
|
|
|
classpath 'com.android.tools.build:gradle:4.1.3' |
|
|
|
classpath 'com.android.tools.build:gradle:4.2.2' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
allprojects { |
|
|
|
repositories { |
|
|
|
google() |
|
|
|
jcenter() |
|
|
|
mavenCentral() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|