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

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwend committed Apr 29, 2016
2 parents 46fe2ca + d86d5f5 commit 4c2e717
Show file tree
Hide file tree
Showing 22 changed files with 298 additions and 315 deletions.
7 changes: 4 additions & 3 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
###Changelog:###

### 1.1.0-beta.1:

### 1.1.0
* [NEW] User Metrics (user and session tracking)
* [NEW] Trigger version update check explicitly
* [NEW] Authentication
* [UPDATE] Plugin now uses HockeySDK Android 4.0.0-beta.1
* [BUGFIX] Avoid app crash when first launching app without internet connection
* [UPDATE] Plugin now uses HockeySDK Android 4.0.0
* [UPDATE] Minor bugfixes

### 1.0.8:
Expand Down
4 changes: 2 additions & 2 deletions ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.hockeyapp.unity"
android:versionCode="9"
android:versionName="1.1.0-beta.1" >
android:versionCode="10"
android:versionName="1.1.0" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
Loading

0 comments on commit 4c2e717

Please sign in to comment.