]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Display the bookmark opened in background snackbar in from of the bookmark drawer...
[PrivacyBrowserAndroid.git] / app / build.gradle
index b53970ddecc90ebb474f663db55d13c5bc9e3560..1abaa0e30c71e55e5a550a913af9a0f0f5dd94ef 100644 (file)
@@ -27,9 +27,9 @@ android {
 
     defaultConfig {
         minSdk 23
-        targetSdk 31
-        versionCode 58
-        versionName "3.10"
+        targetSdk 32
+        versionCode 59
+        versionName "3.10.1"
 
         // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21.
         multiDexEnabled true
@@ -62,6 +62,8 @@ android {
             dimension "basic"
         }
     }
+
+    namespace 'com.stoutner.privacybrowser'
 }
 
 dependencies {
@@ -79,8 +81,8 @@ 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.21'
 
     // Include the Google material library.
-    implementation 'com.google.android.material:material:1.5.0'
+    implementation 'com.google.android.material:material:1.6.0'
 }
\ No newline at end of file