reactnative-plugin-appice 1.5.0 → 1.5.1
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
CHANGED
|
@@ -73,6 +73,7 @@ dependencies {
|
|
|
73
73
|
//noinspection GradleDynamicVersion
|
|
74
74
|
implementation 'com.facebook.react:react-native:+'
|
|
75
75
|
implementation files('libs/logutility.jar') // From node_modules
|
|
76
|
+
implementation files('libs/appICE_sdk_2.5.44.aar') // From node_modules
|
|
76
77
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
77
78
|
implementation "com.google.android.gms:play-services-location:21.0.1"
|
|
78
79
|
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
|
@@ -87,7 +88,6 @@ dependencies {
|
|
|
87
88
|
// Utilities for Maps SDK for Android (requires Google Play Services)
|
|
88
89
|
implementation 'com.google.maps.android:android-maps-utils:2.3.0'
|
|
89
90
|
annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.3.1"
|
|
90
|
-
implementation 'com.gitlab.grp_appice.src_android_appice-sdk:sdk:2.5.47'
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
def configureReactNativePom(def pom) {
|
|
Binary file
|