mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update build.gradle
This commit is contained in:
parent
bf26d01cbb
commit
863a486a4a
1 changed files with 1 additions and 3 deletions
|
|
@ -47,9 +47,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
debug {
|
||||
if (signingConfigs.debug.storeFile) {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
signingConfig signingConfigs.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\"")
|
||||
|
|
|
|||
Loading…
Reference in a new issue