]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Fix the WebView layout with bottom app bars. https://redmine.stoutner.com/issues/839
[PrivacyBrowserAndroid.git] / app / build.gradle
index 9816690d07b11c30bc6d5e07ab859b78bcce9cee..954739380799fadcfb1ec467cfea4f9bde53f2c0 100644 (file)
@@ -27,9 +27,9 @@ android {
 
     defaultConfig {
         minSdk 23
-        targetSdk 31
-        versionCode 57
-        versionName "3.9"
+        targetSdk 32
+        versionCode 59
+        versionName "3.10.1"
 
         // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21.
         multiDexEnabled true
@@ -79,7 +79,7 @@ dependencies {
     implementation 'androidx.webkit:webkit:1.4.0'
 
     // Include the Kotlin standard library.  This should be the same version number listed in project build.gradle.
-    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
+    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20'
 
     // Include the Google material library.
     implementation 'com.google.android.material:material:1.5.0'