diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c3fd0..1ff42b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4+1 + +* Upgrade AppMetrica SDK for iOS (3.8.2). Fixed an issue #2 with "helper" command line tool in dynamic frameworks. + ## 0.0.4 * Upgrade AppMetrica SDK (Android 3.7.2/iOS 3.8.0). diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ae9c87f..11a6c80 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,13 +1,13 @@ PODS: - appmetrica_sdk (0.0.1): - Flutter - - YandexMobileMetrica/Dynamic (= 3.7.1) + - YandexMobileMetrica/Dynamic (= 3.8.2) - Flutter (1.0.0) - - YandexMobileMetrica/Dynamic (3.7.1): - - YandexMobileMetrica/Dynamic/Core (= 3.7.1) - - YandexMobileMetrica/Dynamic/Crashes (= 3.7.1) - - YandexMobileMetrica/Dynamic/Core (3.7.1) - - YandexMobileMetrica/Dynamic/Crashes (3.7.1): + - YandexMobileMetrica/Dynamic (3.8.2): + - YandexMobileMetrica/Dynamic/Core (= 3.8.2) + - YandexMobileMetrica/Dynamic/Crashes (= 3.8.2) + - YandexMobileMetrica/Dynamic/Core (3.8.2) + - YandexMobileMetrica/Dynamic/Crashes (3.8.2): - YandexMobileMetrica/Dynamic/Core DEPENDENCIES: @@ -15,7 +15,7 @@ DEPENDENCIES: - Flutter (from `.symlinks/flutter/ios`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + trunk: - YandexMobileMetrica EXTERNAL SOURCES: @@ -25,10 +25,10 @@ EXTERNAL SOURCES: :path: ".symlinks/flutter/ios" SPEC CHECKSUMS: - appmetrica_sdk: a32a1e4d27ddde6fcf500617a3cbc4554bea60e4 + appmetrica_sdk: e79530c95533f3d6b976be9ecfe76a20cf7a8d26 Flutter: 0e3d915762c693b495b44d77113d4970485de6ec - YandexMobileMetrica: 95e93ee5af38520c9e470533dc8df6cf72fa171d + YandexMobileMetrica: edb00e8af2903290e142ba4c488adf8d394e828a PODFILE CHECKSUM: 7fb83752f59ead6285236625b82473f90b1cb932 -COCOAPODS: 1.7.5 +COCOAPODS: 1.8.3 diff --git a/example/pubspec.lock b/example/pubspec.lock index f8ca340..b70f789 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4" + version: "0.0.4+1" async: dependency: transitive description: diff --git a/ios/appmetrica_sdk.podspec b/ios/appmetrica_sdk.podspec index 719dcd3..228a2a9 100644 --- a/ios/appmetrica_sdk.podspec +++ b/ios/appmetrica_sdk.podspec @@ -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.0' + s.dependency 'YandexMobileMetrica/Dynamic', '3.8.2' s.ios.deployment_target = '8.0' end diff --git a/pubspec.yaml b/pubspec.yaml index 01fc1a3..1936d6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: appmetrica_sdk description: A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns. -version: 0.0.4 +version: 0.0.4+1 author: Andrew Belousoff homepage: https://github.com/EMALLStudio/appmetrica_sdk