From 505e40a583437002c4d793495285a04864d65160 Mon Sep 17 00:00:00 2001 From: Bazsalanszky Date: Sat, 15 Jan 2022 14:39:45 +0100 Subject: [PATCH] Bumped minSDK to fix compile error --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ce3ae8a..d9ba075 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { defaultConfig { applicationId "eu.toldi.balazs.caster" - minSdk 21 + minSdk 26 targetSdk 31 versionCode project.getVersionCode() versionName "1.0"