]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Add the ability to select all bookmarks.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 9b770e4e073518d01d7e62f9cf9babb686c26c9a..8b0f695b61fbd87e50cdfb5b214446f0ba5bccf0 100644 (file)
@@ -54,6 +54,6 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:design:23.4.0'
-    // Only compile com.google.android.gms:play-services-ads for the free version.
-    freeCompile 'com.google.android.gms:play-services-ads:9.2.0'
+    // Only compile `com.google.android.gms:play-services-ads` for the free flavor.
+    freeCompile 'com.google.android.gms:play-services-ads:9.2.1'
 }