build!: Bump min android sdk to 26
This is required to get access to the new java.time classes, which are pretty nice and we don't need to care about supporting these really old sdks anyways here, so it's worth to drop this support.
This commit is contained in:
parent
a416f1cfda
commit
e81d2b9a03
|
@ -9,7 +9,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId = "com.p_vacho.neat_calendar"
|
||||
minSdk = 24
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
|
Loading…
Reference in a new issue