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

Release 5.2.0 #109

Merged
merged 1 commit into from
May 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
}