提交 b7da95b1 编写于 作者: J JessYan

Improve build.gradle on arms

上级 55ea09b4
......@@ -16,6 +16,7 @@ android {
versionCode rootProject.ext.android["versionCode"]
versionName rootProject.ext.android["versionName"]
}
buildTypes {
release {
minifyEnabled false
......@@ -24,14 +25,6 @@ android {
}
}
buildscript {
repositories {
jcenter()
}
}
dependencies {
//support
api(rootProject.ext.dependencies["support-v4"]) {
......@@ -121,5 +114,4 @@ dependencies {
testImplementation rootProject.ext.dependencies["junit"]
}
apply from: 'bintray.gradle'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册