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 #98 from bitstadium/release/5.1.2
Browse files Browse the repository at this point in the history
5.1.2 -> Master
  • Loading branch information
Benjamin Scholtysik (Reimold) authored Jan 17, 2018
2 parents d6e79ca + 15fc1f5 commit 06ef852
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin provides client-side integration for the [HockeyApp](http://hockeyap

## Supported Cordova Platforms

Cordova 5.0.0+ is fully supported, along with the following associated platforms:
Cordova 5.0.0+ are fully supported, along with the following associated platforms:

- Android ([cordova-android](https://github.com/apache/cordova-android) 4.0.0+) - *Including [CrossWalk](https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview)*
- iOS ([cordova-ios](https://github.com/apache/cordova-ios) 3.8.0+) - *Including [WKWebView](https://github.com/apache/cordova-plugin-wkwebview-engine) (which requires 4.0.0+)*
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": "cordova-plugin-hockeyapp",
"version": "5.1.1",
"version": "5.1.2",
"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.1.1" 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.1.2" 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" />
<lib-file src="src/android/HockeySDK-Android/HockeySDK-5.0.4.aar" />
<lib-file src="src/android/HockeySDK-Android/HockeySDK-Android-5.1.0.aar" />
</platform>

<platform name="ios">
Expand Down
Binary file removed src/android/HockeySDK-Android/HockeySDK-5.0.4.aar
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-5.0.4", ext: "aar")
compile(name:"HockeySDK-Android-5.1.0", ext: "aar")
}
Binary file modified src/ios/HockeySDK.embeddedframework/HockeySDK.framework/HockeySDK
Binary file not shown.
Binary file not shown.

0 comments on commit 06ef852

Please sign in to comment.