@prelude.so/react-native-sdk 0.3.5 → 0.3.6
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/CHANGELOG.md +4 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Prelude React Native SDK Change Log
|
|
4
4
|
|
|
5
|
+
## [0.3.6] - 2026-01-29
|
|
6
|
+
|
|
7
|
+
- Update native Android SDK to version 0.3.0. It includes improvements in carrier-specific settings for SNA, native libraries handling and obfuscation settings.
|
|
8
|
+
|
|
5
9
|
## [0.3.5] - 2026-01-22
|
|
6
10
|
|
|
7
11
|
- Update native Android SDK to version 0.2.5. Adds network-bound DNS resolver for improved Silent Network Authentication (SNA) reliability.
|
package/android/build.gradle
CHANGED