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 #86 from bitstadium/release/5.0.1
Browse files Browse the repository at this point in the history
Reference Android SDK 5.0.2 and bump cordova plugin version to 5.0.1
  • Loading branch information
Benjamin Scholtysik (Reimold) authored Oct 2, 2017
2 parents f91d5fb + 3d4ef88 commit 16bf8b7
Show file tree
Hide file tree
Showing 2 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.0.0",
"version": "5.0.1",
"description": "Cordova plugin for HockeyApp",
"cordova": {
"id": "cordova-plugin-hockeyapp",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="cordova-plugin-hockeyapp" version="5.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-hockeyapp" version="5.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>HockeyApp</name>
<description>Cordova plugin for HockeyApp</description>
<license>Apache 2.0</license>
Expand Down 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" />
<resource-file src="src/android/HockeySDK-Android/HockeySDK-5.0.1.aar" target="libs/HockeySDK-5.0.1.aar" />
<resource-file src="src/android/HockeySDK-Android/HockeySDK-5.0.2.aar" target="libs/HockeySDK-5.0.2.aar" />
</platform>

<platform name="ios">
Expand Down

0 comments on commit 16bf8b7

Please sign in to comment.