]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Use GMS (Google Mobile Services) to update OpenSSL on API 19. Possible fix for https...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 5e97dbee7fcb7ccdb99dfd37f249a5cde821a413..f52a93cfdb4b6b06ba80637549eada58598ac3f4 100644 (file)
@@ -59,6 +59,10 @@ android {
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
     compile 'com.android.support:design:24.2.1'
+
+    // GMS (Google Mobile Services) is necessary to update OpenSSL on API 19, but must be removed to build on F-Droid.
+    compile 'com.google.android.gms:play-services-safetynet:9.8.0'
+
     // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor.
     freeCompile 'com.google.firebase:firebase-ads:9.8.0'
 }