Remove dev version of google-services.json and set example to dev package
This commit is contained in:
committed by
Samuel Newman
parent
7f9befbe59
commit
1467efa2c8
+1
-3
@@ -183,9 +183,7 @@ module.exports = function (_config) {
|
||||
monochromeImage: './assets/icon-android-monochrome.png',
|
||||
backgroundColor: '#006AFF',
|
||||
},
|
||||
googleServicesFile: IS_DEV
|
||||
? './google-services-dev.json'
|
||||
: './google-services.json',
|
||||
googleServicesFile: './google-services.json',
|
||||
package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app',
|
||||
intentFilters: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user