diff --git a/android/app/build.gradle b/android/app/build.gradle index d461e410..c5a7cddc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,6 +81,10 @@ android { release { signingConfig signingConfigs.release } + debug { + applicationIdSuffix = ".debug" + versionNameSuffix = "-debug" + } } } diff --git a/android/app/src/debug/res/values/string.xml b/android/app/src/debug/res/values/string.xml new file mode 100644 index 00000000..a01a60af --- /dev/null +++ b/android/app/src/debug/res/values/string.xml @@ -0,0 +1,4 @@ + + + Obtainium Debug + \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 935509b2..6ce6efa4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ xmlns:tools="http://schemas.android.com/tools" package="dev.imranr.obtainium"> + + Obtainium + \ No newline at end of file