Create a debug package name

# Context

This will allow developers to have both production and dev version on their phones at the same time. Also changed the name of the Dev version to Dev - Omnivore

If someone has the orginal icon files, I would prefer to change the debug icon to be a different color to distinguish it more. But  I couldn't find the main psd or svg file that the pngs are generated from
This commit is contained in:
Gannon
2024-01-09 19:20:26 -05:00
parent 535a5cbd9e
commit d1833e5b3c
2 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,7 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
applicationIdSuffix ".debug"
buildConfigField("String", "OMNIVORE_API_URL", "\"https://api-demo.omnivore.app\"")
buildConfigField("String", "OMNIVORE_WEB_URL", "\"https://demo.omnivore.app\"")
buildConfigField("String", "OMNIVORE_GAUTH_SERVER_CLIENT_ID", "\"267918240109-eu2ar09unac3lqqigluknhk7t0021b54.apps.googleusercontent.com\"")

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Dev - Omnivore</string>
</resources>