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:
Peter Vacho 2024-12-30 00:30:05 +01:00
parent a416f1cfda
commit e81d2b9a03
Signed by: school
GPG key ID: 8CFC3837052871B4

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "com.p_vacho.neat_calendar"
minSdk = 24
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"