From 18fa9a6de72d73bfbcb481457b4f0c3d083206da Mon Sep 17 00:00:00 2001 From: 55nknown <55922348+55nknown@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:57:15 +0100 Subject: [PATCH] build fix --- filcnaplo/android/build.gradle | 6 +++--- .../macos/Flutter/GeneratedPluginRegistrant.swift | 6 +----- filcnaplo/pubspec.yaml | 14 ++++++-------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/filcnaplo/android/build.gradle b/filcnaplo/android/build.gradle index edc4862..0fd257a 100644 --- a/filcnaplo/android/build.gradle +++ b/filcnaplo/android/build.gradle @@ -2,8 +2,8 @@ buildscript { ext.kotlin_version = '1.6.10' ext { - compileSdkVersion = 31 - targetSdkVersion = 31 + compileSdkVersion = 33 + targetSdkVersion = 33 appCompatVersion = "1.1.0" } @@ -33,7 +33,7 @@ subprojects { afterEvaluate {project -> if (project.plugins.hasPlugin('android') || project.plugins.hasPlugin('android-library')) { android { - compileSdkVersion 31 + compileSdkVersion 33 buildToolsVersion '31.0.0' } } diff --git a/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift b/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift index e7883c4..42024fc 100644 --- a/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift @@ -5,13 +5,11 @@ import FlutterMacOS import Foundation -import connectivity_plus_macos +import connectivity_plus import dynamic_color import flutter_acrylic -import flutter_local_notifications import path_provider_macos import share_plus_macos -import shared_preferences_macos import sqflite import url_launcher_macos @@ -19,10 +17,8 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin")) DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin")) FlutterAcrylicPlugin.register(with: registry.registrar(forPlugin: "FlutterAcrylicPlugin")) - FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) - SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/filcnaplo/pubspec.yaml b/filcnaplo/pubspec.yaml index 4ea20c9..def1fc8 100644 --- a/filcnaplo/pubspec.yaml +++ b/filcnaplo/pubspec.yaml @@ -23,8 +23,8 @@ dependencies: flutter_localizations: sdk: flutter - i18n_extension: ^4.1.0 - sqflite: ^2.0.0+3 + i18n_extension: ^5.0.1 + sqflite: ^2.2.0+2 intl: ^0.17.0 provider: ^5.0.0 http: ^0.13.3 @@ -35,19 +35,17 @@ dependencies: url: https://github.com/crazecoder/open_file ref: master path_provider: ^2.0.2 - permission_handler: ^9.2.0 - share_plus: ^4.0.4 - connectivity_plus: ^2.0.2 + permission_handler: ^10.2.0 + share_plus: ^5.0.0 + connectivity_plus: ^3.0.2 flutter_displaymode: ^0.4.0 - quick_actions: ^0.6.0 + quick_actions: ^1.0.1 implicitly_animated_reorderable_list: ^0.4.2 dynamic_color: ^1.2.2 material_color_utilities: ^0.1.3 crypto: ^3.0.2 elegant_notification: ^1.6.1 flutter_feather_icons: ^2.0.0+1 - flutter_foreground_task: ^3.9.0 - flutter_local_notifications: ^11.0.0 live_activities: ^1.0.0 animated_flip_counter: ^0.2.5 lottie: ^1.4.3