]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Bump the target API to 32 (Android 12L). https://redmine.stoutner.com/issues/828
[PrivacyBrowserAndroid.git] / app / build.gradle
index b53970ddecc90ebb474f663db55d13c5bc9e3560..8469c24dc5e69944e23c25c325da244280039713 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