From 40f28e5abcc58c7dc3b68179a16f3529bf80f406 Mon Sep 17 00:00:00 2001 From: Olga Miller Date: Mon, 31 Oct 2022 14:02:38 +0100 Subject: [PATCH] Increased minSdkVersion to 21 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e98955..898f6d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ android { compileSdkVersion 32 defaultConfig { applicationId "om.sstvencoder" - minSdkVersion 15 + minSdkVersion 21 targetSdkVersion 32 versionCode 26 versionName "2.5"