Skip to content

Commit a06ea9b

Browse files
committed
* Remove package name suffix
1 parent 00b24d3 commit a06ea9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.todobom.opennotescanner"
88
minSdkVersion 21
99
targetSdkVersion 27
10-
versionCode 31
11-
versionName '1.0.31'
10+
versionCode 32
11+
versionName '1.0.32'
1212
}
1313
buildTypes {
1414
release {
@@ -20,12 +20,12 @@ android {
2020
productFlavors {
2121
fdroid {
2222
dimension "version"
23-
applicationIdSuffix ".fdroid"
23+
applicationIdSuffix ""
2424
versionNameSuffix "-fdroid"
2525
}
2626
gplay {
2727
dimension "version"
28-
applicationIdSuffix ".gplay"
28+
applicationIdSuffix ""
2929
versionNameSuffix "-gplay"
3030
}
3131
}

0 commit comments

Comments
 (0)