diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d12349..768b2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.1+1 +* Corrected supported platforms in pubpsec + ## 1.1.0 * Updated Android Nearby version from 16.0.0 to 17.0.0 * Updated Example diff --git a/example/pubspec.lock b/example/pubspec.lock index 2b8b57a..cf391c0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.1.1+1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bc0e901..39f9663 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nearby_connections description: Plugin for the android NearbyConnections API. Bytes and Files Supported. -version: 1.1.0 +version: 1.1.1+1 homepage: https://github.com/mannprerak2/nearby_connections environment: @@ -16,5 +16,7 @@ dev_dependencies: flutter: plugin: - androidPackage: com.pkmnapps.nearby_connections - pluginClass: NearbyConnectionsPlugin + platforms: + android: + package: com.pkmnapps.nearby_connections + pluginClass: NearbyConnectionsPlugin