Skip to content

Commit

Permalink
fix: bump up to latest iOS and android version (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen committed Feb 8, 2024
1 parent d779cf8 commit fc02161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amplitude-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fc02161

Please sign in to comment.