]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/build.gradle
Bump target API to 32. https://redmine.stoutner.com/issues/827
[PrivacyCell.git] / app / build.gradle
index a015f11c7b93292dd23fa6346212177f48e0e4a8..f697490d1fa9f55a6fa094e03e4bdc1e2e04d2b3 100644 (file)
@@ -28,9 +28,9 @@ android {
     defaultConfig {
         applicationId "com.stoutner.privacycell"
         minSdk 30
-        targetSdk 31
-        versionCode 7
-        versionName "1.6"
+        targetSdk 32
+        versionCode 8
+        versionName "1.7"
     }
 
     buildTypes {