diff --git a/android/app/build.gradle b/android/app/build.gradle index 7e6902e..1be493f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 33 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/pubspec.lock b/pubspec.lock index dea2a09..1da58ae 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -173,7 +173,7 @@ packages: name: flutter_secure_storage url: "https://pub.dartlang.org" source: hosted - version: "5.1.2" + version: "6.0.0" flutter_secure_storage_linux: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 643cfd6..ddb3b26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - flutter_secure_storage: ^5.1.2 + flutter_secure_storage: ^6.0.0 logger: ^1.1.0 http: ^0.13.4 flutter_staggered_grid_view: ^0.6.1