Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from yandexmobile/release-0.3.0
Browse files Browse the repository at this point in the history
Release AppMetrica Cordova Plugin 0.3.0
  • Loading branch information
NesterovichAlexey committed May 17, 2018
2 parents 4c0e850 + eb8445f commit 7e8f6fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ advertisement**.

## Changelog

### Version 0.3.0
* Support [email protected]

### Version 0.2.0
* Updated versions of the AppMetrica SDK (iOS 2.9.4 and Android 2.78)
* Added a method for getting the configuration of the AppMetrica Push Cordova plugin.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yandex-appmetrica-plugin-cordova",
"version": "0.2.0",
"version": "0.3.0",
"description": "Cordova/PhoneGap plugin for AppMetrica analytics tool",
"cordova": {
"id": "yandex-appmetrica-plugin-cordova",
Expand Down
5 changes: 1 addition & 4 deletions platforms/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
repositories{
jcenter()
mavenCentral()
flatDir {
dirs 'libs'
}
}

dependencies {
compile(name:'mobmetricalib-2.78', ext:'aar')
compile 'com.yandex.android:mobmetricalib:2.78'
}
Binary file removed platforms/android/mobmetricalib-2.78.aar
Binary file not shown.
4 changes: 1 addition & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="yandex-appmetrica-plugin-cordova"
version="0.2.0">
version="0.3.0">
<name>AppMetrica</name>
<description>Cordova/PhoneGap plugin for AppMetrica analytics tool</description>
<author>Yandex, LLC</author>
Expand All @@ -28,8 +28,6 @@
<source-file src="platforms/android/com/yandex/metrica/plugin/cordova/AppMetricaPlugin.java"
target-dir="src/com/yandex/metrica/plugin/cordova" />

<source-file src="platforms/android/mobmetricalib-2.78.aar" target-dir="libs/"/>

<framework src="platforms/android/build.gradle" custom="true" type="gradleReference" />
</platform>

Expand Down

0 comments on commit 7e8f6fe

Please sign in to comment.