This commit is contained in:
fht
2020-02-22 19:13:29 +08:00
parent a781113b30
commit 503d4146f6
11 changed files with 163 additions and 114 deletions

View File

@@ -4,9 +4,7 @@ buildscript {
repositories {
google()
jcenter{
url 'http://jcenter.bintray.com'
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@@ -20,9 +18,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter{
url 'http://jcenter.bintray.com'
}
jcenter()
}
repositories {
maven { url 'https://jitpack.io' }