rn-linkrunner 2.1.1 → 2.3.0

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.
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency 'LinkrunnerKit', '3.0.2'
22
+ s.dependency 'LinkrunnerKit', '3.1.0'
23
23
  end
@@ -117,7 +117,7 @@ dependencies {
117
117
  implementation 'com.facebook.react:react-android:0.80.0'
118
118
 
119
119
  // Linkrunner SDK
120
- implementation "io.linkrunner:android-sdk:2.1.5"
120
+ implementation "io.linkrunner:android-sdk:2.2.0"
121
121
 
122
122
  // Kotlin standard libraries - use stable versions
123
123
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
@@ -138,9 +138,6 @@ dependencies {
138
138
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
139
139
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.0'
140
140
 
141
- // Dependency Injection - matching Android SDK
142
- implementation 'io.insert-koin:koin-android:3.5.3'
143
-
144
141
  // Google Play Services - matching Android SDK exactly
145
142
  implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
146
143
  implementation 'com.google.android.gms:play-services-appset:16.0.2'
package/ios/Podfile CHANGED
@@ -12,7 +12,7 @@ abstract_target 'LinkrunnerSDK' do
12
12
  # Pods for LinkrunnerSDK
13
13
 
14
14
  # Add the linkrunner-ios-sdk dependency
15
- pod 'LinkrunnerKit', '3.0.2'
15
+ pod 'LinkrunnerKit', '3.1.0'
16
16
 
17
17
 
18
18
  # Add any other dependencies your SDK needs here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-linkrunner",
3
- "version": "2.1.1",
3
+ "version": "2.3.0",
4
4
  "description": "React Native Package for linkrunner",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",