Skip to content

Commit

Permalink
[WDB-030] - preparing to publish 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Sep 14, 2020
1 parent 4a851de commit 25f2ad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ compile project(':react-native-wifi-p2p')
### Interaction with other devices
* [getAvailablePeers()](#getavailablepeers)
* [connect(deviceAddress)](#connectdeviceaddress)
* [connectWithConfig(connectionArgs)](#connectwithconfigconnectionargs)
* [cancelConnect()](#cancelconnect)
* [createGroup()](#creategroup)
* [removeGroup()](#removegroup)
Expand Down Expand Up @@ -433,7 +434,9 @@ subscribeOnEvent(PEERS_UPDATED_ACTION, (event) => {

On Android >= 6.0 you should ask permissions before usage of this library (since this grants are required):

> **Note:** you can ask this grants before `startDiscoveringPeers`
> **Note:** you should ask this grants before `startDiscoveringPeers`
> **Note:** on Android 10 you will probably need to ask `ACCESS_FINE_LOCATION` instead of `ACCESS_COARSE_LOCATION`.
```javascript
import { PermissionsAndroid } from 'react-native';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-wifi-p2p",
"version": "3.1.0",
"version": "3.2.0",
"description": "Module for working with wifi direct (p2p) API module in android.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 25f2ad5

Please sign in to comment.