]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
First complete Russian translation.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 82b2913a9023aa581df9698b70eea5f229da041c..137fe6559d052a618f932dcb06d1a7ebd20bf31f 100644 (file)
@@ -67,7 +67,7 @@ dependencies {
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'com.android.support:design:27.0.2'
     // Only compile `com.google.firebase:firebase-ads` for the free flavor.
-    freeImplementation 'com.google.firebase:firebase-ads:12.0.1'
+    freeImplementation 'com.google.firebase:firebase-ads:15.0.0'
 }
 
 // Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.