Skip to content

Commit 779a9a0

Browse files
authored
Merge pull request #345 from BranchMetrics/npm-update
fix: removed google play services
2 parents e465000 + 2686897 commit 779a9a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
*.yml eol=lf
2424

2525
*.jar binary
26-
*.png binary
26+
*.png binary

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies {
1313
compile 'com.google.android.gms:play-services-appindexing:9.+'
1414
// branch chrome tabs for better matching
1515
compile 'com.android.support:customtabs:23.3.0'
16-
// branch gaid for better device matching
17-
compile 'com.google.android.gms:play-services-ads:9+'
16+
// branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
17+
// compile 'com.google.android.gms:play-services-ads:11+'
1818
}

0 commit comments

Comments
 (0)