We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e465000 + 2686897 commit 779a9a0Copy full SHA for 779a9a0
.gitattributes
@@ -23,4 +23,4 @@
23
*.yml eol=lf
24
25
*.jar binary
26
-*.png binary
+*.png binary
build.gradle
@@ -13,6 +13,6 @@ dependencies {
13
compile 'com.google.android.gms:play-services-appindexing:9.+'
14
// branch chrome tabs for better matching
15
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+'
+ // branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
+ // compile 'com.google.android.gms:play-services-ads:11+'
18
}
0 commit comments