Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 09879309c..bb448a4bf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 33
versionCode 1023002
- versionName "1.23.2"
+ versionName "1.23.2-communis.2"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
@@ -53,6 +53,10 @@ android {
dimension "version"
applicationIdSuffix ".mdm"
}
+ communis {
+ dimension "version"
+ applicationIdSuffix ".communis"
+ }
}
testOptions {
unitTests {