Append version to apk-name
This commit is contained in:
parent
d44e375744
commit
0a4f68e3db
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ android {
|
|||
applicationId "org.ligi.passandroid"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
archivesBaseName = "PassAndroid-$versionName"
|
||||
}
|
||||
|
||||
flavorDimensions "maps", "analytics", "distribution"
|
||||
|
|
Loading…
Reference in a new issue