conditionally use local api client

This commit is contained in:
dkanada 2020-05-01 15:27:55 +09:00
commit 692ea5efee
3 changed files with 18 additions and 13 deletions

View file

@ -3,8 +3,9 @@ buildscript {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
@ -13,6 +14,8 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven {
url "https://jitpack.io"
}
}
}