1 parent 5aac448 commit b072e27Copy full SHA for b072e27
1 file changed
app/build.gradle
@@ -43,6 +43,12 @@ android {
43
minifyEnabled true
44
shrinkResources true
45
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
46
+ resValue("bool", "FIREBASE_CRASH_ENABLED", "true")
47
+ resValue("bool", "firebase_analytics_collection_enabled", "true")
48
+ }
49
+ debug {
50
+ resValue("bool", "FIREBASE_CRASH_ENABLED", "false")
51
+ resValue("bool", "firebase_analytics_collection_enabled", "false")
52
}
53
54
0 commit comments