rn-linkrunner 2.1.1 → 2.2.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.
- package/android/build.gradle +1 -4
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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'
|