Skip to content

Commit

Permalink
prepare release 0.0.4+2
Browse files Browse the repository at this point in the history
  • Loading branch information
formatCvt committed Dec 11, 2019
1 parent e719a00 commit 56be19a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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+2

* Upgrade AppMetrica SDK for Android (3.8.0).

## 0.0.4+1

* Upgrade AppMetrica SDK for iOS (3.8.2). Fixed an issue #2 with "helper" command line tool in dynamic frameworks.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ android {

dependencies {
// AppMetrica SDK.
implementation 'com.yandex.android:mobmetricalib:3.7.2'
implementation 'com.yandex.android:mobmetricalib:3.8.0'
}
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+1"
version: "0.0.4+2"
async:
dependency: transitive
description:
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+1
version: 0.0.4+2
author: Andrew Belousoff <andrew@emallstudio.com>
homepage: https://github.com/EMALLStudio/appmetrica_sdk

Expand Down

0 comments on commit 56be19a

Please sign in to comment.