Skip to content

Commit 6b8f285

Browse files
authored
Merge pull request #21 from dayitv89/dishantwalia-patch-1
exclude module ads- identifier and measurement
2 parents 66be55d + 95941bb commit 6b8f285

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@ dependencies {
5252
implementation "com.android.support:appcompat-v7:$supportLibVersion"
5353
implementation "com.facebook.react:react-native:+"
5454
implementation "com.google.firebase:firebase-auth:$firebaseVersion"
55-
implementation "com.google.firebase:firebase-analytics:$firebaseVersion"
55+
implementation ("com.google.firebase:firebase-analytics:$firebaseVersion"){
56+
exclude module: "play-services-ads-identifier"
57+
exclude module: "play-services-measurement"
58+
exclude module: "play-services-measurement-sdk"
59+
}
5660
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-firebase",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Gaurav D. Sharma <[email protected]>",
55
"description": "Quick firebase integration with phone auth and analytics",
66
"homepage": "https://github.com/dayitv89/react-native-quick-firebase",

0 commit comments

Comments
 (0)