Skip to content

Commit

Permalink
Change api back to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wasuphon committed Jun 16, 2021
1 parent 0bb1b0a commit 8d8c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
internal {
buildConfigField 'boolean', 'ENABLE_GUARDIAN', 'true'
buildConfigField 'String', 'FIREBASE_AUTH_DOMAIN', '"https://us-central1-rfcx-deployment.cloudfunctions.net/auth/"'
buildConfigField 'String', 'DEVICE_API_DOMAIN', '"https://staging-device-api.rfcx.org/"'
buildConfigField 'String', 'DEVICE_API_DOMAIN', '"https://device-api.rfcx.org/"'
}
internalDevelop {
buildConfigField 'boolean', 'ENABLE_GUARDIAN', 'true'
Expand Down

0 comments on commit 8d8c80b

Please sign in to comment.