mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 12:10:45 +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
|
incremental = true
|
||||||
}
|
}
|
||||||
android.defaultConfig {
|
android.defaultConfig {
|
||||||
minSdkVersion 29
|
minSdkVersion 24
|
||||||
targetSdkVersion androidSdkVersion
|
targetSdkVersion androidSdkVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user