修改页面细节和添加友盟的检测bug

This commit is contained in:
md
2021-06-03 18:01:55 +08:00
parent 3242c4861d
commit cdd0e43a3b
22 changed files with 136 additions and 55 deletions

View File

@@ -4,13 +4,17 @@ buildscript {
google()
jcenter()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url 'https://repo1.maven.org/maven2/' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
}
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
@@ -19,6 +23,7 @@ allprojects {
jcenter()
maven { url 'https://jitpack.io' }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url 'https://repo1.maven.org/maven2/' }
}
}