dropping the min sdk to android 7 (introduces a 50kb increase for desugaring the time apis)

This commit is contained in:
Adam Brown 2022-03-17 19:53:56 +00:00
parent c3839c05bc
commit f75d8dde13
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ ext.applyCommonAndroidParameters = { project ->
incremental = true
}
android.defaultConfig {
minSdkVersion 29
minSdkVersion 24
targetSdkVersion androidSdkVersion
}