going back to Api 19

This commit is contained in:
rusefi 2020-09-04 15:47:25 -04:00
parent 48abf2c586
commit facde702ee
1 changed files with 4 additions and 3 deletions

View File

@ -17,9 +17,10 @@ android {
defaultConfig { defaultConfig {
applicationId "com.rusefi.app" applicationId "com.rusefi.app"
// Version 21 = Android_5.0_Lollipop // API level 19 = Android 4.4 () Samsung S4 is nicely rootable with KingRoot
minSdkVersion 21 // API level 21 = Android_5.0_Lollipop
targetSdkVersion 30 minSdkVersion 19
targetSdkVersion 29
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"