going back to Api 19
This commit is contained in:
parent
48abf2c586
commit
facde702ee
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue