]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Refactor the options menu variables. https://redmine.stoutner.com/issues/650
[PrivacyBrowserAndroid.git] / app / build.gradle
index 420de25234fdaf6a11f1abd7e5ebe3220a781fb9..30954025b2a20e4a74143270b7dd2fd1b5f698e1 100644 (file)
@@ -27,8 +27,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 29
-        versionCode 52
-        versionName "3.6"
+        versionCode 53
+        versionName "3.6.1"
 
         // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21.
         multiDexEnabled true
@@ -86,14 +86,14 @@ dependencies {
     implementation 'androidx.preference:preference-ktx:1.1.1'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'androidx.viewpager:viewpager:1.0.0'
-    implementation 'androidx.webkit:webkit:1.3.0'
+    implementation 'androidx.webkit:webkit:1.4.0'
 
     // Include the Kotlin standard libraries.  This should be the same version number listed in project build.gradle.
-    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.20"
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21"
 
     // Include the Google material library.
     implementation 'com.google.android.material:material:1.2.1'
 
     // Only compile Firebase ads for the free flavor.
-    freeImplementation 'com.google.firebase:firebase-ads:19.5.0'
+    freeImplementation 'com.google.firebase:firebase-ads:19.6.0'
 }
\ No newline at end of file