correct typo

This commit is contained in:
sonora 2015-01-24 23:33:46 +01:00
parent bbc20c75aa
commit 22fe9a8ac8

View file

@ -48,7 +48,7 @@ android {
targetSdkVersion 21
versionCode System.getenv("APK_NUMBER_VERSION")? System.getenv("APK_NUMBER_VERSION").toInteger(): versionCode
versionName System.getenv("APK_VERSION")? System.getenv("APK_NUMBER_VERSION").toString(): versionName
versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName
}
lintOptions {