Remove Jcenter from LibKiwix

Former-commit-id: f5c49cf85a797b1d5e7c1928436d7d8cf15e133b
This commit is contained in:
MohitMali 2022-08-19 11:21:56 +05:30
parent 30e24fc220
commit 8e7b524869
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
buildscript {
repositories {
mavenCentral()
google()
jcenter()
maven {url 'https://jitpack.io' }
}
dependencies {
@ -15,8 +15,8 @@ buildscript {
allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}

View File

@ -18,7 +18,7 @@ android {
}
dependencies {
implementation 'com.getkeepsafe.relinker:relinker:1.3.1'
implementation 'com.getkeepsafe.relinker:relinker:1.4.5'
}