From 3cc57101c4f344014974d84e5b2e0f240f18fc05 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 21 Sep 2023 21:17:55 +1000 Subject: [PATCH] Android: reduce minSdkVersion to 21 (#426) Fixes https://github.com/inventree/inventree-app/issues/425 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7105a67c..0a28e9a0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -48,7 +48,7 @@ android { defaultConfig { applicationId "inventree.inventree_app" - minSdkVersion 33 + minSdkVersion 21 targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName