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