From f62fe0309866a080f9d18090da30ec8aca777296 Mon Sep 17 00:00:00 2001 From: chansung park Date: Mon, 31 May 2021 23:34:15 +0900 Subject: [PATCH] Update minsdkversion --- client/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/android/app/build.gradle b/client/android/app/build.gradle index 7aaae889..2a0d8ec6 100644 --- a/client/android/app/build.gradle +++ b/client/android/app/build.gradle @@ -35,7 +35,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.github.codingpot.pr12er" - minSdkVersion 16 + minSdkVersion 17 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName