summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/android/app/build.gradle8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 74835113c..c9dc173ca 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -63,7 +63,6 @@ android {
63 // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. 63 // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build.
64 relWithDebInfo { 64 relWithDebInfo {
65 initWith release 65 initWith release
66 applicationIdSuffix ".debug"
67 versionNameSuffix '-debug' 66 versionNameSuffix '-debug'
68 signingConfig signingConfigs.debug 67 signingConfig signingConfigs.debug
69 minifyEnabled false 68 minifyEnabled false
@@ -76,7 +75,6 @@ android {
76 // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. 75 // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build.
77 debug { 76 debug {
78 // TODO If this is ever modified, change application_id in debug/strings.xml 77 // TODO If this is ever modified, change application_id in debug/strings.xml
79 applicationIdSuffix ".debug"
80 versionNameSuffix '-debug' 78 versionNameSuffix '-debug'
81 debuggable true 79 debuggable true
82 jniDebuggable true 80 jniDebuggable true
@@ -85,11 +83,7 @@ android {
85 83
86 flavorDimensions "version" 84 flavorDimensions "version"
87 productFlavors { 85 productFlavors {
88 canary { 86 mainline {
89 dimension "version"
90 applicationIdSuffix ".canary"
91 }
92 nightly {
93 dimension "version" 87 dimension "version"
94 } 88 }
95 } 89 }