Remove redundant google-services file for beta

The google-services file for beta is redundant since its data is contained in the main google-services file.

MAILAND-1194
This commit is contained in:
stefanija 2020-11-30 20:03:14 +01:00 committed by Stefanija Boshkovska
parent dd62652748
commit ed9caa549f
2 changed files with 0 additions and 49 deletions

View File

@ -1,47 +0,0 @@
{
"project_info": {
"project_number": "1234567890",
"firebase_url": "https://dummy-proton-mail-app.firebaseio.com",
"project_id": "dummy-proton-mail-app",
"storage_bucket": "dummy-proton-mail-app.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1234567890:android:1234567890",
"android_client_info": {
"package_name": "ch.protonmail.android.beta"
}
},
"oauth_client": [
{
"client_id": "1234567890-protonmail.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "DummyApiKey"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1234567890-protonmail.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "1234567890-protonmail.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "ch.protonmail.protonmail"
}
}
]
}
}
}
],
"configuration_version": "1"
}

2
gradlew vendored
View File

@ -33,11 +33,9 @@ installPrivateConfig() {
copyFiles() {
cp "$outputDir/sentry.properties" .
cp "$outputDir/google-services/google-services.json" "app/google-services.json"
cp "$outputDir/google-services-beta/google-services.json" "app/src/beta/google-services.json"
}
copyDummyGoogleSevicesFiles() {
cp "config/google-services/dummy-google-services.json" "app/google-services.json"
cp "config/google-services/dummy-google-services-beta.json" "app/src/beta/google-services.json"
}
# The branch does not exist for the public repository
if [[ "$repository" =~ github\.com ]]; then