react-native-smartlinks 2.0.2 → 2.0.3

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.
@@ -27,7 +27,7 @@ repositories {
27
27
 
28
28
  dependencies {
29
29
  implementation 'com.facebook.react:react-native:+'
30
- implementation 'live.smartlinks:smartlinks-sdk-core:2.0.1'
30
+ implementation 'live.smartlinks:smartlinks-sdk-core:2.0.2'
31
31
  // SmartLinks SDK is built with Kotlin 2.2 — required at runtime (SpillingKt, etc.)
32
32
  implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.20'
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-smartlinks",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Native bridge for SmartLinks analytics and deep links on React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",