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:
authorStefan Niedermann <info@niedermann.it>2023-06-23 14:03:15 +0300
committerStefan Niedermann <info@niedermann.it>2023-06-23 14:03:15 +0300
commit5042bd819ca89f5fe8bcfb86c90f2b52c2b0e3f7 (patch)
tree5d3bc6e805b9ab2abbac6612784fac7f6c5a707c
parent4f8c1232414d4b2c1c5c798e01cbd4b52b35564a (diff)
customization(communis): Customize package ID and versionName1.23.2-communis.21.23.2-communis
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-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 {