diff --git a/CHANGELOG.md b/CHANGELOG.md index d92f3bf5..f07e6127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.3.5+1: fix bug +* fix android build by remove unnecessary dependency in gradle file ### 1.3.5: fix bug * fix issue in convert js object to dart for web side ### 1.3.4: fix bug diff --git a/README.md b/README.md index 90309904..849543a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.3.5-blue) +![pub](https://img.shields.io/badge/pub-v1.3.5%2B1-blue) ## Platform Support @@ -51,7 +51,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.3.5 + flutter_osm_plugin: ^1.3.5+1 diff --git a/android/build.gradle b/android/build.gradle index 65de0fa8..2ad704a0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,7 +91,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' + //implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ba86721b..37b56653 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -26,11 +26,11 @@ dev_dependencies: sdk: flutter dependency_overrides: - permission_handler_html: 0.1.3+2 - url_launcher_web: 2.3.3 - web: 1.0.0 - #flutter_osm_plugin: #^0.70.3 - # path: ../ + # permission_handler_html: 0.1.3+2 + # url_launcher_web: 2.3.3 + # web: 1.0.0 + #flutter_osm_plugin: #^0.70.3 + # path: ../ # For information on the generic Dart part of this file, see the diff --git a/pubspec.yaml b/pubspec.yaml index 70b18fd5..0a66b215 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_plugin description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web) -version: 1.3.5 +version: 1.3.5+1 homepage: https://github.com/liodali/osm_flutter @@ -18,6 +18,8 @@ dependencies: url_launcher: ^6.3.0 dio: ^5.3.3 uuid: ^4.2.1 + routing_client_dart: ^0.5.5 + google_polyline_algorithm: ^3.1.0 flutter_osm_interface: #^1.0.2 path: ./flutter_osm_interface/ flutter_osm_web: #^1.0.3 @@ -28,8 +30,8 @@ dev_dependencies: sdk: flutter dependency_overrides: - permission_handler_android: ^12.0.12 - url_launcher_android: ^6.3.10 + permission_handler_android: ^12.0.13 + url_launcher_android: ^6.3.14 url_launcher_ios: ^6.3.1 url_launcher_web: ^2.3.3 # permission_handler_html: 0.1.2