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:
@ -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\"")
|
||||
|
||||
4
android/Omnivore/app/src/debug/res/values/strings.xml
Normal file
4
android/Omnivore/app/src/debug/res/values/strings.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Dev - Omnivore</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user