mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-22 11:30:14 -04:00
Remove Jcenter from LibKiwix
Former-commit-id: f5c49cf85a797b1d5e7c1928436d7d8cf15e133b
This commit is contained in:
parent
30e24fc220
commit
8e7b524869
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.getkeepsafe.relinker:relinker:1.3.1'
|
||||
implementation 'com.getkeepsafe.relinker:relinker:1.4.5'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user