Skip to content

Commit

Permalink
Upgrade AppMetrica SDK for iOS (3.9.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
formatCvt committed Jan 17, 2020
1 parent 9a2fc49 commit 3ac461a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.0.5

* Add `reportReferralUrl` function (#5) via kirill09. Sets referral URL for app installs.
* Upgrade AppMetrica SDK for iOS (3.9.2).

## 0.0.4+4

Expand Down
2 changes: 1 addition & 1 deletion ios/appmetrica_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'YandexMobileMetrica/Dynamic', '3.8.2'
s.dependency 'YandexMobileMetrica/Dynamic', '3.9.2'

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

0 comments on commit 3ac461a

Please sign in to comment.