Skip to content
Snippets Groups Projects
Commit 3534c619 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

rename version suffix to playstore/free

parent ad493938
Branches
Tags
No related merge requests found
......@@ -140,11 +140,11 @@ android {
playstore {
dimension "distribution"
versionNameSuffix "+p"
versionNameSuffix "+playstore"
}
free {
dimension "distribution"
versionNameSuffix "+f"
versionNameSuffix "+free"
}
}
......@@ -182,13 +182,11 @@ android {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix "r"
}
debug {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix "d"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment