Skip to content

Commit f12e6e6

Browse files
committed
fix: removed google play services as it conflicts with other plugins
1 parent edc5480 commit f12e6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)