From 4e6d0ce86a505045200b0b38305a4173b1859e78 Mon Sep 17 00:00:00 2001 From: Aman Date: Wed, 23 Mar 2022 23:52:09 +0530 Subject: [PATCH] conf: bump target sdk version --- 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 93aad198..18612c6d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -42,7 +42,7 @@ android { defaultConfig { applicationId "in.ac.iitr.mdg.appetizer" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"