From f56808a0d4adfc5054d3692f67567714fe29fe84 Mon Sep 17 00:00:00 2001 From: sherlock Date: Fri, 8 Sep 2023 18:02:03 +0700 Subject: [PATCH] hot-fix: update android buildVersion 33 --- 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 c35c75d530..23419542c7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "com.twake.twake" minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"