We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8d1e2 commit e589333Copy full SHA for e589333
android/build.gradle
@@ -92,5 +92,7 @@ dependencies {
92
93
// mparticle
94
implementation "com.mparticle:android-core:5.+"
95
- implementation "com.mparticle:android-appsflyer-kit:5+"
+
96
+ // you can add a kit like so:
97
+ // implementation "com.mparticle:android-appsflyer-kit:5+"
98
}
ios/MparticlePlugin.podspec
@@ -17,7 +17,9 @@ Pod::Spec.new do |s|
17
18
s.dependency 'ExpoModulesCore'
19
s.dependency 'mParticle-Apple-SDK', '~> 8.12.0'
20
- s.dependency 'mParticle-AppsFlyer'
21
+ # you can add a kit like so:
22
+ # s.dependency 'mParticle-AppsFlyer'
23
24
# Swift/Objective-C compatibility
25
s.pod_target_xcconfig = {
0 commit comments