Bump minSdk to 26

This lets us use LocalDate.
The minSdk can be turned back if needed but for now this simplifies things.
master
Lonami Exo 2022-10-23 19:06:18 +02:00
parent 6c652e3e1b
commit 17d7805654
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "dev.lonami.talaria"
minSdk 21
minSdk 26
targetSdk 33
versionCode 1
versionName "0.1.0"