diff --git a/amplitude-react-native.podspec b/amplitude-react-native.podspec index 69259d9..5f7b942 100644 --- a/amplitude-react-native.podspec +++ b/amplitude-react-native.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "Amplitude", "8.16.3" + s.dependency "Amplitude", "8.18.0" end diff --git a/android/build.gradle b/android/build.gradle index d8929b2..700dda9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,5 +57,5 @@ repositories { dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules - implementation "com.amplitude:android-sdk:2.39.5" + implementation "com.amplitude:android-sdk:2.39.8" }