From 0201abf1718b75ed519f93f6493e22168bdec349 Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Mon, 9 Oct 2023 02:50:10 +0530 Subject: [PATCH 1/2] Upgrading the dependencies and versions --- android/build.gradle | 6 +++--- pubspec.yaml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 526936b85..f2b7cec08 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,17 +1,17 @@ buildscript { - ext.kotlin_version = '1.7.20' + ext.kotlin_version = '1.7.10' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // Todo: as we are no longer using firestore we need to check if this line is needed, // it may be needed for the ads. - classpath 'com.google.gms:google-services:4.3.3' // For firestore + classpath 'com.google.gms:google-services:4.3.15' // For firestore } } diff --git a/pubspec.yaml b/pubspec.yaml index 4e6a4267c..040cbed05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -71,7 +71,7 @@ dependencies: # HSV(HSB)/HSL/RGB/Material color picker flutter_colorpicker: ^1.0.3 # A cross platform plugin for displaying local notifications. - flutter_local_notifications: ^14.1.0 + flutter_local_notifications: ^16.1.0 # An easy to implement custom switch flutter_switch: ^0.3.2 # Getting the local timezone of the os. @@ -93,7 +93,7 @@ dependencies: # Add hex color codes to your flutter projects hexcolor: ^3.0.1 # A composable, multi-platform, Future-based API for HTTP requests. - http: ^0.13.0 + http: ^1.1.0 # Open source icon sets for flutter iconify_flutter: ^0.0.5 # Convenient code generator for get_it @@ -113,11 +113,11 @@ dependencies: # Liquid progress indicator for Flutter. liquid_progress_indicator_v2: ^0.5.0 # Handles getting a location on - location: ^4.4.0 + location: ^5.0.3 # Small, easy to use and extensible logger which prints beautiful logs. - logger: ^1.3.0 + logger: ^2.0.2+1 # The Material Design Icons designed by the community for Flutter - material_design_icons_flutter: ^6.0.7096 + material_design_icons_flutter: ^7.0.7296 # Creating multi-select widgets in a variety of ways multi_select_flutter: ^4.1.3 # Service discovery over multicast DNS (mDNS), Bonjour, and Avahi. @@ -125,15 +125,15 @@ dependencies: # Discover network info and configure themselves accordingly network_info_plus: ^4.0.1 # Helps you discover open ports, devices on subnet and more. - network_tools: ^3.2.1 + network_tools: ^4.0.1 # Querying information about the application package, such as CFBundleVersion package_info_plus: ^4.0.2 # Finding commonly used locations on the filesystem path_provider: ^2.0.15 # Popup that ask for the requested permission - permission_handler: ^10.2.0 + permission_handler: ^11.0.1 # Provides runtime support for a Dart implementation of protobufs. - protobuf: ^2.1.0 + protobuf: ^3.1.0 # A wrapper around InheritedWidget to make them easier to use and more reusable. provider: ^6.0.5 # Implementation of the popular reactiveX api for asynchronous programming From f43a28aed3981399f09e46314182405e84dfd46f Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Wed, 11 Oct 2023 07:55:36 +0530 Subject: [PATCH 2/2] build version change --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f2b7cec08..f7d13e34a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.7.20' repositories { google() jcenter()