Prepare for next release

This commit is contained in:
Victor Shcherb 2016-02-19 13:23:26 +02:00
parent 0278245300
commit 6499acd065

View file

@ -42,8 +42,7 @@ android {
targetSdkVersion 23
versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode
multiDexEnabled true
//versionName already assigned in code
//versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName
versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName
}
lintOptions {