From 17d780565409b1d122827f1faa52f201487eed06 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 23 Oct 2022 19:06:18 +0200 Subject: [PATCH] Bump minSdk to 26 This lets us use LocalDate. The minSdk can be turned back if needed but for now this simplifies things. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 40e655a..31e6835 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { defaultConfig { applicationId "dev.lonami.talaria" - minSdk 21 + minSdk 26 targetSdk 33 versionCode 1 versionName "0.1.0"