moving fetch2 library to jitpack

This commit is contained in:
MohitMali 2022-05-12 17:35:18 +05:30 committed by Kelson
parent cfe496c572
commit 0ae2610020
6 changed files with 7 additions and 7 deletions

View File

@ -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") }
}
}

View File

@ -8,6 +8,7 @@ repositories {
maven {
setUrl("https://plugins.gradle.org/m2/")
}
maven { setUrl("https://jitpack.io") }
}
dependencies {

View File

@ -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/

View File

@ -96,7 +96,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"

View File

@ -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)

View File

@ -5,6 +5,7 @@ buildscript {
google()
mavenCentral()
jcenter()
maven { setUrl("https://jitpack.io") }
}
dependencies {