bridgefy-react-native 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
1
  <p align="center">
4
2
  <img src="https://www.gitbook.com/cdn-cgi/image/width=256,dpr=2,height=40,fit=contain,format=auto/https%3A%2F%2F3290834949-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5XKIMMP6VF2l9XuPV80l%252Flogo%252Fd78nQFIysoU2bbM5fYNP%252FGroup%25203367.png%3Falt%3Dmedia%26token%3Df83a642d-8a9a-411f-9ef4-d7189a4c5f0a" />
5
3
  </p>
@@ -9,8 +7,8 @@
9
7
  </p>
10
8
 
11
9
  # Bridgefy React Native SDK
12
- ![GitHub last commit](https://img.shields.io/github/last-commit/bridgefy/bridgefy_flutter)
13
- ![GitHub issues](https://img.shields.io/github/issues-raw/bridgefy/bridgefy_flutter?style=plastic)
10
+ ![GitHub last commit](https://img.shields.io/github/last-commit/bridgefy/bridgefy-react-native)
11
+ ![GitHub issues](https://img.shields.io/github/issues-raw/bridgefy/bridgefy-react-native?style=plastic)
14
12
 
15
13
  The Bridgefy Software Development Kit (SDK) is a state-of-the-art, plug-and-play package that will let people use your mobile app when they don’t have access to the Internet, by using Bluetooth mesh networks.
16
14
 
@@ -85,7 +85,7 @@ repositories {
85
85
  def kotlin_version = getExtOrDefault("kotlinVersion")
86
86
 
87
87
  dependencies {
88
- implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.1", ext: "aar") {
88
+ implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.2", ext: "aar") {
89
89
  transitive = true
90
90
  }
91
91
  // For < 0.71, this will be from the local maven repo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridgefy-react-native",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Bridgefy React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",