Skip to content

Commit aa75720

Browse files
authored
Add keeps for strict resource shrinking. (#3663)
Fixes: b/221423396
1 parent 20da1e7 commit aa75720

File tree

1 file changed

+4
-0
lines changed
  • firebase-common/src/main/res/raw

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources xmlns:tools="http://schemas.android.com/tools"
3+
tools:keep="@string/google_app_id,@string/gcm_defaultSenderId,@string/google_api_key,@string/firebase_database_url,@string/ga_trackingId,@string/google_storage_bucket,@string/project_id"
4+
tools:shrinkMode="strict" />

0 commit comments

Comments
 (0)