提交 55ea09b4 编写于 作者: J JessYan

Improve build.gradle on app

上级 a06c2969
......@@ -18,8 +18,8 @@ android {
versionName rootProject.ext.android["versionName"]
testInstrumentationRunner rootProject.ext.dependencies["androidJUnitRunner"]
}
buildTypes {
buildTypes {
debug {
buildConfigField "boolean", "LOG_DEBUG", "true"
buildConfigField "boolean", "USE_CANARY", "true"
......@@ -44,13 +44,6 @@ android {
}
}
buildscript {
repositories {
jcenter()
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册