Append version to apk-name

This commit is contained in:
ligi 2015-07-02 15:05:00 +02:00
parent d44e375744
commit 0a4f68e3db

View file

@ -37,6 +37,8 @@ android {
applicationId "org.ligi.passandroid"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = "PassAndroid-$versionName"
}
flavorDimensions "maps", "analytics", "distribution"