Browse Source

chore: add debug apk variation

main
Distopico Vegan 5 years ago
parent
commit
037487257c
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      app/build.gradle
  2. +4
    -0
      app/src/debug/res/values/strings.xml

+ 1
- 0
app/build.gradle View File

@ -21,6 +21,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
debuggable = true
minifyEnabled !rootProject.ext.ci
useProguard = true


+ 4
- 0
app/src/debug/res/values/strings.xml View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_label" translatable="false">Smail Debug</string>
</resources>

Loading…
Cancel
Save