Skip to content

Commit

Permalink
fix: bump iOS SDK version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen committed Feb 8, 2024
1 parent 465206b commit 78bf642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Amplitude (8.16.1)
- Amplitude (8.18.0)
- amplitude_flutter (0.0.1):
- Amplitude (= 8.16.1)
- Amplitude (= 8.18.0)
- Flutter
- Flutter (1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion ios/amplitude_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Amplitude', '8.16.1'
s.dependency 'Amplitude', '8.18.0'

s.ios.deployment_target = '10.0'
end
Expand Down

0 comments on commit 78bf642

Please sign in to comment.