From ceaafb489718c237c979bba0495e3b39fd8fc16f Mon Sep 17 00:00:00 2001
From: unknown <55922348+55nknown@users.noreply.github.com>
Date: Tue, 2 Nov 2021 20:28:12 +0100
Subject: [PATCH] build fix

---
 filcnaplo/android/build.gradle | 2 +-
 filcnaplo/pubspec.yaml         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/filcnaplo/android/build.gradle b/filcnaplo/android/build.gradle
index d0c9575..cb0e365 100644
--- a/filcnaplo/android/build.gradle
+++ b/filcnaplo/android/build.gradle
@@ -34,7 +34,7 @@ subprojects {
         if (project.plugins.hasPlugin('android') || project.plugins.hasPlugin('android-library')) {
             android {
                 compileSdkVersion 31
-                buildToolsVersion '31'
+                buildToolsVersion '31.0.0'
             }
         }
     }
diff --git a/filcnaplo/pubspec.yaml b/filcnaplo/pubspec.yaml
index ea2a5ea..8142cfa 100644
--- a/filcnaplo/pubspec.yaml
+++ b/filcnaplo/pubspec.yaml
@@ -33,9 +33,9 @@ dependencies:
   open_file: ^3.2.1
   path_provider: ^2.0.2
   permission_handler: ^8.1.4+2
-  share_plus: ^2.1.4
+  share_plus: ^3.0.4
   package_info_plus: ^1.0.6
-  connectivity_plus: ^1.1.0
+  connectivity_plus: ^2.0.2
   flutter_displaymode: ^0.3.2
 
 dev_dependencies: