mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 08:18:13 +01:00
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
Block a user