mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
updated supporte platforms, published
This commit is contained in:
parent
d60098711d
commit
81519d7571
@ -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
|
||||
|
@ -108,7 +108,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "1.1.0"
|
||||
version: "1.1.1+1"
|
||||
path:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user