diff app/build.gradle @ 495:c7a947e291db

update to latest gradle
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Jun 2022 12:00:10 -0700
parents 7545103ec815
children 7e53f29f8b5a
line wrap: on
line diff
--- a/app/build.gradle	Sun Jun 05 11:16:21 2022 -0700
+++ b/app/build.gradle	Sun Jun 05 12:00:10 2022 -0700
@@ -16,7 +16,7 @@
             keyAlias  = "510Connectbot"
         }
     }
-    compileSdkVersion = 28
+    compileSdkVersion = 31
     buildTypes {
         release {
             minifyEnabled = false
@@ -61,7 +61,7 @@
     defaultConfig {
         applicationId = "com.five_ten_sg.connectbot"
         minSdkVersion = 21
-        targetSdkVersion = 28
+        targetSdkVersion = 31
         ndk {
             moduleName = "com_google_ase_Exec"
             abiFilters 'armeabi-v7a', 'arm64-v8a'