From 722e475c717bd294a39dcf1891d379f5b2fc14cd Mon Sep 17 00:00:00 2001 From: Mixel2004 <84668201+Mixel2004@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:04:47 +0530 Subject: [PATCH] chore: Upgrade some package (#206) --- elaichi/android/app/build.gradle | 2 ++ elaichi/pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/elaichi/android/app/build.gradle b/elaichi/android/app/build.gradle index 5e321be3..60cf5ca8 100644 --- a/elaichi/android/app/build.gradle +++ b/elaichi/android/app/build.gradle @@ -34,6 +34,8 @@ if (keystorePropertiesFile.exists()) { android { + ndkVersion "25.1.8937393" + compileSdkVersion 33 compileOptions { diff --git a/elaichi/pubspec.yaml b/elaichi/pubspec.yaml index fea96b9c..4cf4a7d9 100644 --- a/elaichi/pubspec.yaml +++ b/elaichi/pubspec.yaml @@ -26,9 +26,9 @@ dependencies: # Firebase Plugins google_sign_in: ^5.4.1 - firebase_auth: ^4.1.0 + firebase_auth: ^4.11.1 firebase_core: ^2.1.1 - google_fonts: ^3.0.1 + google_fonts: ^6.1.0 flutter_svg: ^1.1.4 fluttertoast: ^8.0.9 shared_preferences: ^2.0.15 @@ -46,7 +46,7 @@ dependencies: marquee: ^2.2.3 quiver: ^3.1.0 auto_size_text: ^3.0.0 - rive: ^0.9.1 + rive: ^0.11.17 dev_dependencies: flutter_test: