Skip to content

Commit

Permalink
Merge pull request #345 from BranchMetrics/npm-update
Browse files Browse the repository at this point in the history
fix: removed google play services
  • Loading branch information
ethanneff authored Jul 13, 2017
2 parents e465000 + 2686897 commit 779a9a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
*.yml eol=lf

*.jar binary
*.png binary
*.png binary
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies {
compile 'com.google.android.gms:play-services-appindexing:9.+'
// branch chrome tabs for better matching
compile 'com.android.support:customtabs:23.3.0'
// branch gaid for better device matching
compile 'com.google.android.gms:play-services-ads:9+'
// branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
// compile 'com.google.android.gms:play-services-ads:11+'
}

0 comments on commit 779a9a0

Please sign in to comment.