From a9f7bcb0b84c7143e7830f643303439cf867b3f6 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 8 Apr 2024 02:00:00 +0200 Subject: [PATCH] Increase minSdkVersion to 26 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c11f939..eaee9e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { compileSdkVersion 34 defaultConfig { applicationId "io.timelimit.android" - minSdkVersion 21 + minSdkVersion 26 targetSdkVersion 34 versionCode 215 versionName "6.20.1"