From 72157cc14c33c9a792e60464a6823e017f6c10b2 Mon Sep 17 00:00:00 2001 From: x-wei Date: Sun, 21 Jul 2019 22:01:00 +0200 Subject: [PATCH] Add all android 4.x back to supported sdks Thanks to the fix by the flutter team, cf. https://github.com/flutter/flutter/issues/35838#issuecomment-512582602 --- 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 87aecbdd..556b53a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,7 +39,7 @@ android { defaultConfig { applicationId "io.github.x_wei.flutter_catalog" - minSdkVersion 19 + minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName