Skip to content

Commit e589333

Browse files
committed
Disable AppsFlyer
1 parent 6f8d1e2 commit e589333

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ dependencies {
9292

9393
// mparticle
9494
implementation "com.mparticle:android-core:5.+"
95-
implementation "com.mparticle:android-appsflyer-kit:5+"
95+
96+
// you can add a kit like so:
97+
// implementation "com.mparticle:android-appsflyer-kit:5+"
9698
}

ios/MparticlePlugin.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Pod::Spec.new do |s|
1717

1818
s.dependency 'ExpoModulesCore'
1919
s.dependency 'mParticle-Apple-SDK', '~> 8.12.0'
20-
s.dependency 'mParticle-AppsFlyer'
20+
21+
# you can add a kit like so:
22+
# s.dependency 'mParticle-AppsFlyer'
2123

2224
# Swift/Objective-C compatibility
2325
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)