comparison app/build.gradle @ 488:869070df0e80 stable-1.9.4-1

new notification channel needs android 8
author Carl Byington <carl@five-ten-sg.com>
date Wed, 14 Oct 2020 11:27:14 -0700
parents a3239022798d
children 7545103ec815
comparison
equal deleted inserted replaced
487:3afdeb535e9f 488:869070df0e80
58 } 58 }
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 = 26
64 targetSdkVersion = 28 64 targetSdkVersion = 28
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 }