removed versionNameSuffix, f-droid does not like that

This commit is contained in:
Jannik 2019-09-28 15:01:19 +02:00
parent b240beacc9
commit c23454f081
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ android {
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix "-release"
}
debug {
versionNameSuffix "-debug"
}
}