Browse Source

Ignore unused generated resource for Firebase.

pull/983/head
Benoit Marty 1 year ago
parent
commit
4cdc0c1280
  1. 4
      libraries/pushproviders/firebase/src/main/res/values/firebase.xml

4
libraries/pushproviders/firebase/src/main/res/values/firebase.xml

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="default_web_client_id" translatable="false">912726360885-e87n3jva9uoj4vbidvijq78ebg02asv2.apps.googleusercontent.com</string>
<string name="firebase_database_url" translatable="false">https://vector-alpha.firebaseio.com</string>
<string name="gcm_defaultSenderId" translatable="false">912726360885</string>
<string name="google_api_key" translatable="false">AIzaSyAFZX8IhIfgzdOZvxDP_ISO5WYoU7jmQ5c</string>
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyAFZX8IhIfgzdOZvxDP_ISO5WYoU7jmQ5c</string>
<string name="google_storage_bucket" translatable="false">vector-alpha.appspot.com</string>
<string name="project_id" translatable="false">vector-alpha</string>
<string name="project_id" translatable="false" tools:ignore="UnusedResources">vector-alpha</string>
</resources>

Loading…
Cancel
Save