Skip to content

Commit

Permalink
fix: removed google play services as it conflicts with other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jul 13, 2017
1 parent edc5480 commit f12e6e6
Showing 1 changed file with 2 additions and 2 deletions.
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 f12e6e6

Please sign in to comment.