commit | 9fd547a5db667e6c2c725fddb222b0f7b502e2cb | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sat Nov 06 15:47:46 2021 +0100 |
committer | maxwen <max.weninger@gmail.com> | Sat Nov 06 15:47:46 2021 +0100 |
tree | 5fbf901b4506240b154efe1be8537309456a54a8 | |
parent | 8d7bf7910b117c1a7d7d2f40daf283fbd9f29869 [diff] [blame] |
update
diff --git a/app/build.gradle b/app/build.gradle index 42243f7..cb09029 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -21,6 +21,10 @@ minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } + debug { + applicationIdSuffix '.debug' + versionNameSuffix ' DEBUG' + } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8