Skip to content

Commit

Permalink
* Remove package name suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Nov 12, 2018
1 parent 00b24d3 commit a06ea9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
targetSdkVersion 27
versionCode 31
versionName '1.0.31'
versionCode 32
versionName '1.0.32'
}
buildTypes {
release {
Expand All @@ -20,12 +20,12 @@ android {
productFlavors {
fdroid {
dimension "version"
applicationIdSuffix ".fdroid"
applicationIdSuffix ""
versionNameSuffix "-fdroid"
}
gplay {
dimension "version"
applicationIdSuffix ".gplay"
applicationIdSuffix ""
versionNameSuffix "-gplay"
}
}
Expand Down

0 comments on commit a06ea9b

Please sign in to comment.