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

Commit

Permalink
Update plugin files in Plugins/ and ExampleGame/
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwend committed Jul 31, 2017
1 parent 820ea81 commit 719941b
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 57 deletions.
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="15"
android:versionName="1.1.5" >
android:versionCode="16"
android:versionName="1.1.6" >

<uses-sdk
android:minSdkVersion="9"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Version: 1.1.5
* Version: 1.1.6
*/

using UnityEngine;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ExampleGame/Assets/TestScene.unity
Binary file not shown.
3 changes: 2 additions & 1 deletion ExampleGame/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 5.6.1f1
m_EditorVersion: 5.0.0f4
m_StandardAssetsVersion: 0
4 changes: 2 additions & 2 deletions Plugins/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="15"
android:versionName="1.1.5" >
android:versionCode="16"
android:versionName="1.1.6" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Version: 1.1.5
* Version: 1.1.6
*/

using UnityEngine;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed Plugins/HockeySDK-4.1.4.aar
Binary file not shown.

0 comments on commit 719941b

Please sign in to comment.