@booleanmaths/booleanmaths-rn-sdk 0.1.0 → 0.1.1
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 -2
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Android SDK.
|
|
|
17
17
|
|
|
18
18
|
| Platform | Native SDK | Behaviour |
|
|
19
19
|
| :------- | :--------- | :-------- |
|
|
20
|
-
| Android | ✅ `com.booleanmaths:bm-sdk:1.0.
|
|
20
|
+
| Android | ✅ `com.booleanmaths:bm-sdk:1.0.8` | Fully functional |
|
|
21
21
|
| iOS | ❌ not published | Silent no-op, **never crashes** |
|
|
22
22
|
| Web | ❌ not published | Silent no-op, **never crashes** |
|
|
23
23
|
|
|
@@ -98,7 +98,7 @@ To pin a different native SDK version, set this in your app's **root**
|
|
|
98
98
|
```gradle
|
|
99
99
|
buildscript {
|
|
100
100
|
ext {
|
|
101
|
-
BooleanmathsRnSdk_bmSdkVersion = "1.0.
|
|
101
|
+
BooleanmathsRnSdk_bmSdkVersion = "1.0.8"
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
```
|
package/android/build.gradle
CHANGED
|
@@ -6,7 +6,7 @@ buildscript {
|
|
|
6
6
|
// Version of the native Android SDK (com.booleanmaths:bm-sdk) this wrapper
|
|
7
7
|
// is built against. Override with `ext.BooleanmathsRnSdk_bmSdkVersion` in
|
|
8
8
|
// your app's root build.gradle to pin a different one.
|
|
9
|
-
bmSdkVersion: "1.0.
|
|
9
|
+
bmSdkVersion: "1.0.8"
|
|
10
10
|
]
|
|
11
11
|
|
|
12
12
|
ext.getExtOrDefault = { prop ->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@booleanmaths/booleanmaths-rn-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "React Native SDK for BooleanMaths — track user events and attribution in mobile apps.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|