diff 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
line wrap: on
line diff
--- a/app/build.gradle	Wed Oct 14 12:26:53 2020 -0700
+++ b/app/build.gradle	Wed Oct 14 14:48:55 2020 -0700
@@ -60,7 +60,7 @@
 
     defaultConfig {
         applicationId = "com.five_ten_sg.connectbot"
-        minSdkVersion = 26
+        minSdkVersion = 21
         targetSdkVersion = 28
         ndk {
             moduleName = "com_google_ase_Exec"