This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
chore: add debug apk variation
main
Distopico Vegan
6 years ago
parent
0bed434c97
commit
037487257c
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/build.gradle
+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>
Write
Preview
Loading…
Cancel
Save