Skip to content

Commit

Permalink
prepare release 0.0.4+1
Browse files Browse the repository at this point in the history
  • Loading branch information
formatCvt committed Oct 9, 2019
1 parent cf82a33 commit e719a00
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
20 changes: 10 additions & 10 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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:
- appmetrica_sdk (from `.symlinks/plugins/appmetrica_sdk/ios`)
- Flutter (from `.symlinks/flutter/ios`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- YandexMobileMetrica

EXTERNAL SOURCES:
Expand All @@ -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
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.4+1"
async:
dependency: transitive
description:
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.0'
s.dependency 'YandexMobileMetrica/Dynamic', '3.8.2'

s.ios.deployment_target = '8.0'
end
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: https://github.com/EMALLStudio/appmetrica_sdk

Expand Down

0 comments on commit e719a00

Please sign in to comment.