Skip to content

Commit 51cc21f

Browse files
authored
Remove shrinkMode attribute (#3672)
1 parent 12cdd59 commit 51cc21f

File tree

1 file changed

+1
-2
lines changed
  • firebase-common/src/main/res/raw

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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" />
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" />

0 commit comments

Comments
 (0)