comparison 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
comparison
equal deleted inserted replaced
494:3484e9b9b734 495:c7a947e291db
14 storeFile = file("../510Connectbot.keystore") 14 storeFile = file("../510Connectbot.keystore")
15 storeType = "jks" 15 storeType = "jks"
16 keyAlias = "510Connectbot" 16 keyAlias = "510Connectbot"
17 } 17 }
18 } 18 }
19 compileSdkVersion = 28 19 compileSdkVersion = 31
20 buildTypes { 20 buildTypes {
21 release { 21 release {
22 minifyEnabled = false 22 minifyEnabled = false
23 signingConfig = android.signingConfigs.release 23 signingConfig = android.signingConfigs.release
24 ndk { 24 ndk {
59 } 59 }
60 60
61 defaultConfig { 61 defaultConfig {
62 applicationId = "com.five_ten_sg.connectbot" 62 applicationId = "com.five_ten_sg.connectbot"
63 minSdkVersion = 21 63 minSdkVersion = 21
64 targetSdkVersion = 28 64 targetSdkVersion = 31
65 ndk { 65 ndk {
66 moduleName = "com_google_ase_Exec" 66 moduleName = "com_google_ase_Exec"
67 abiFilters 'armeabi-v7a', 'arm64-v8a' 67 abiFilters 'armeabi-v7a', 'arm64-v8a'
68 } 68 }
69 } 69 }