gradle rc2
This commit is contained in:
parent
55077d3ad8
commit
e70791dc2f
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ android {
|
|||
targetSdkVersion 25
|
||||
multiDexEnabled true
|
||||
versionCode 1500
|
||||
version "2.0-releasecandidate1"
|
||||
version "2.0-releasecandidate2"
|
||||
buildConfigField "String", "VERSION", '"' + version + '"'
|
||||
buildConfigField "String", "BUILDVERSION", generateGitBuild()
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
@ -263,4 +263,4 @@ task full_clean(type: Delete) {
|
|||
}
|
||||
|
||||
clean.dependsOn full_clean
|
||||
preBuild.dependsOn copyLibs
|
||||
preBuild.dependsOn copyLibs
|
||||
|
|
Loading…
Reference in a new issue