From 59ea748e5088a57f1245862125c1d0cbfd8cdc3f Mon Sep 17 00:00:00 2001 From: Nghia Nguyen Date: Fri, 2 Dec 2022 22:25:41 -0500 Subject: [PATCH] final release for POC --- app/android/app/build.gradle | 2 +- app/android/app/src/main/AndroidManifest.xml | 2 +- app/lib/main.dart | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index f641aa1..16ee074 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply plugin: 'com.google.gms.google-services' android { - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 33 ndkVersion flutter.ndkVersion compileOptions { diff --git a/app/android/app/src/main/AndroidManifest.xml b/app/android/app/src/main/AndroidManifest.xml index 9d5f0ec..6c9791e 100644 --- a/app/android/app/src/main/AndroidManifest.xml +++ b/app/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@