Skip to content

Commit

Permalink
Disable AppsFlyer
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Mar 26, 2024
1 parent 6f8d1e2 commit e589333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,7 @@ dependencies {

// mparticle
implementation "com.mparticle:android-core:5.+"
implementation "com.mparticle:android-appsflyer-kit:5+"

// you can add a kit like so:
// implementation "com.mparticle:android-appsflyer-kit:5+"
}
4 changes: 3 additions & 1 deletion ios/MparticlePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Pod::Spec.new do |s|

s.dependency 'ExpoModulesCore'
s.dependency 'mParticle-Apple-SDK', '~> 8.12.0'
s.dependency 'mParticle-AppsFlyer'

# you can add a kit like so:
# s.dependency 'mParticle-AppsFlyer'

# Swift/Objective-C compatibility
s.pod_target_xcconfig = {
Expand Down

0 comments on commit e589333

Please sign in to comment.