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 +2 -4
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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
|
-

|
|
11
|
+

|
|
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
|
|
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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
|