diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 16:32:08 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 16:32:08 +0300 |
commit | 79f39eb1ee5b5117ac0704db0250f682d4bb30af (patch) | |
tree | 70122a60a7613927faf8adb0ca146953dcefcb69 /android/app | |
parent | 8f768f26def1cb7c862ffda7ef7bacf5c4897be0 (diff) |
Changes to be committed:
modified: android/app/build.gradle
modified: pubspec.lock
modified: pubspec.yaml
Diffstat (limited to 'android/app')
-rw-r--r-- | android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |