mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Merge pull request #2827 from kiwix/Issue#2826
moving fetch2 library to jitpack
This commit is contained in:
commit
65b7a3221e
@ -3,6 +3,7 @@ buildscript {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
dependencies {
|
||||
classpath(Libs.com_android_tools_build_gradle)
|
||||
@ -22,6 +23,7 @@ allprojects {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -8,6 +8,7 @@ repositories {
|
||||
maven {
|
||||
setUrl("https://plugins.gradle.org/m2/")
|
||||
}
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -330,9 +330,6 @@ object Libs {
|
||||
*/
|
||||
const val junit_jupiter: String = "org.junit.jupiter:junit-jupiter:" + Versions.junit_jupiter
|
||||
|
||||
const val xfetch2okhttp: String = "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:" +
|
||||
Versions.xfetch2okhttp
|
||||
|
||||
/**
|
||||
* https://assertj.github.io/doc/
|
||||
*/
|
||||
@ -407,7 +404,7 @@ object Libs {
|
||||
|
||||
const val barista: String = "com.adevinta.android:barista:" + Versions.barista
|
||||
|
||||
const val xfetch2: String = "androidx.tonyodev.fetch2:xfetch2:" + Versions.xfetch2
|
||||
const val fetch: String = "com.github.tonyofrancis:fetch:" + Versions.fetch
|
||||
|
||||
/**
|
||||
* http://findbugs.sourceforge.net/
|
||||
|
@ -62,8 +62,6 @@ object Versions {
|
||||
|
||||
const val junit_jupiter: String = "5.7.0"
|
||||
|
||||
const val xfetch2okhttp: String = "3.1.6"
|
||||
|
||||
const val assertj_core: String = "3.18.1"
|
||||
|
||||
const val core_testing: String = "2.1.0"
|
||||
@ -96,7 +94,7 @@ object Versions {
|
||||
|
||||
const val barista: String = "4.0.0"
|
||||
|
||||
const val xfetch2: String = "3.1.6"
|
||||
const val fetch: String = "3.1.6"
|
||||
|
||||
const val jsr305: String = "3.0.2"
|
||||
|
||||
|
@ -184,8 +184,7 @@ class AllProjectConfigurer {
|
||||
implementation(Libs.collection_ktx)
|
||||
implementation(Libs.butterknife)
|
||||
kapt(Libs.butterknife_compiler)
|
||||
implementation(Libs.xfetch2)
|
||||
implementation(Libs.xfetch2okhttp)
|
||||
implementation(Libs.fetch)
|
||||
implementation(Libs.rxandroid)
|
||||
implementation(Libs.rxjava)
|
||||
implementation(Libs.preference_ktx)
|
||||
|
@ -5,6 +5,7 @@ buildscript {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user