Skip to content

Commit

Permalink
bump ios sdk to 3.9.114 (#44)
Browse files Browse the repository at this point in the history
* bump ios sdk version

* update change log
  • Loading branch information
KennyHuRadar authored Apr 10, 2024
1 parent fecb55d commit 1b45243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 3.9.1

- Bump iOS version from 3.9.7 to 3.9.13
- Bump iOS version from 3.9.7 to 3.9.14
- Bump Android version from 3.9.4 to 3.9.8

# 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_radar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'RadarSDK', '3.9.13'
s.dependency 'RadarSDK', '3.9.14'
s.platform = :ios, '10.0'
s.static_framework = true

Expand Down

0 comments on commit 1b45243

Please sign in to comment.