]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release 3.3.
[PrivacyBrowserAndroid.git] / app / build.gradle
index a7d278bb1ab6ab7f6fa4787cc981416ae3d79e6d..ff5a8a82101288e640ec62d8e82817b40370dcd3 100644 (file)
@@ -26,8 +26,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 29
-        versionCode 46
-        versionName "3.2"
+        versionCode 47
+        versionName "3.3"
     }
 
     buildTypes {
@@ -72,11 +72,12 @@ dependencies {
     implementation 'androidx.arch.core:core-runtime:2.1.0'
     implementation 'androidx.appcompat:appcompat:1.1.0'
     implementation 'androidx.cardview:cardview:1.0.0'
-    implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
+    implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
     implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
     implementation 'androidx.preference:preference:1.1.0'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
     implementation 'androidx.viewpager:viewpager:1.0.0'
+    implementation 'androidx.webkit:webkit:1.1.0'
 
     // Include the Google material library.
     implementation 'com.google.android.material:material:1.0.0'