Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #109 from bitstadium/release/5.2.0
Browse files Browse the repository at this point in the history
Release 5.2.0
  • Loading branch information
Anna Kocheshkova authored May 21, 2019
2 parents 088b63a + 4127602 commit a7bbf27
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-hockeyapp",
"version": "5.1.2",
"version": "5.2.0",
"description": "Cordova plugin for HockeyApp",
"cordova": {
"id": "cordova-plugin-hockeyapp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<source-file src="src/android/HockeyApp.java" target-dir="src/com/zengularity/cordova/hockeyapp" />
<lib-file src="src/android/HockeySDK-Android/HockeySDK-Android-5.1.0.aar" />
<lib-file src="src/android/HockeySDK-Android/HockeySDK-Android-5.2.0.aar" />
</platform>

<platform name="ios">
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ repositories {
}

dependencies {
compile(name:"HockeySDK-Android-5.1.0", ext: "aar")
compile(name:"HockeySDK-Android-5.2.0", ext: "aar")
}

0 comments on commit a7bbf27

Please sign in to comment.