dropping the min sdk to android 7 (introduces a 50kb increase for desugaring the time apis)
This commit is contained in:
parent
c3839c05bc
commit
f75d8dde13
|
@ -63,7 +63,7 @@ ext.applyCommonAndroidParameters = { project ->
|
|||
incremental = true
|
||||
}
|
||||
android.defaultConfig {
|
||||
minSdkVersion 29
|
||||
minSdkVersion 24
|
||||
targetSdkVersion androidSdkVersion
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue