react-native-smartlinks 2.0.1 → 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.
- package/README.md +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/react-native-smartlinks.podspec +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npm install smartlinks react-native-smartlinks
|
|
|
13
13
|
| Platform | Dependency |
|
|
14
14
|
|----------|------------|
|
|
15
15
|
| **Android** | `live.smartlinks:smartlinks-sdk-core:2.0.1` (Maven Central, autolinked) |
|
|
16
|
-
| **iOS** | `
|
|
16
|
+
| **iOS** | `SmartLinksSDKCore ~> 2.0.2` (CocoaPods, via podspec) |
|
|
17
17
|
|
|
18
18
|
## iOS setup
|
|
19
19
|
|
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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