diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff42b1..e0df8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/android/build.gradle b/android/build.gradle index 0ab6791..ac1c29e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ android { dependencies { // AppMetrica SDK. - implementation 'com.yandex.android:mobmetricalib:3.7.2' + implementation 'com.yandex.android:mobmetricalib:3.8.0' } \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index b70f789..b342638 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4+1" + version: "0.0.4+2" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1936d6f..818b03a 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+1 +version: 0.0.4+2 author: Andrew Belousoff homepage: https://github.com/EMALLStudio/appmetrica_sdk