From b4e1102a2b127294411179f89dcf4f3e3e040d84 Mon Sep 17 00:00:00 2001 From: Augsorn Chanklad Date: Tue, 19 Mar 2024 21:44:09 +0700 Subject: [PATCH] Increase android minSdkVersion to 19 --- 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 748c1592..f4425d5a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -53,7 +53,7 @@ android { applicationId "com.coolappz.Vocadb" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. - minSdkVersion 17 + minSdkVersion 19 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName