forked from firka/student-legacy
build fix
This commit is contained in:
parent
4467267e61
commit
18fa9a6de7
@ -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'
|
||||
}
|
||||
}
|
||||
|
@ -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"))
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user