comparison app/build.gradle @ 490:7545103ec815 stable-1.9.4-2

use foreground service and notification channel on Android 8+
author Carl Byington <carl@five-ten-sg.com>
date Wed, 14 Oct 2020 14:48:55 -0700
parents 869070df0e80
children c7a947e291db
comparison
equal deleted inserted replaced
489:b257517e9bef 490:7545103ec815
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 = 26 63 minSdkVersion = 21
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 }