配置代码提交

This commit is contained in:
jie.zhang
2023-09-21 11:54:19 +08:00
parent 350e2c43b9
commit a6f680a344
6 changed files with 52 additions and 52 deletions
+6 -7
View File
@@ -2,18 +2,17 @@
buildscript {
repositories {
jcenter()
maven {url 'https://dl.google.com/dl/android/maven2/'}
}
dependencies {
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
allprojects {
repositories {
jcenter()
maven {
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
}
maven {url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'https://jitpack.io' }
maven {
@@ -22,8 +21,8 @@ allprojects {
}
}
ext {
compileSdkVersion = 26
buildToolsVersion = "26.0.2"
compileSdkVersion = 28
buildToolsVersion = "28.0.2"
minSdkVersion = 21
targetSdkVersion = 26
targetSdkVersion = 28
}