From 79f39eb1ee5b5117ac0704db0250f682d4bb30af Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:32:08 +0300 Subject: Updated the dependencies. Changes to be committed: modified: android/app/build.gradle modified: pubspec.lock modified: pubspec.yaml --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/app/build.gradle') diff --git a/android/app/build.gradle b/android/app/build.gradle index 4c6240d..261cb9b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ if (flutterVersionName == null) { android { namespace "com.example.ocr" - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions { -- cgit v1.2.3