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 inside ExampleGame and Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Sep 28, 2017
1 parent c60de82 commit ff55e22
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 39 deletions.
6 changes: 3 additions & 3 deletions ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.hockeyapp.unity"
android:versionCode="16"
android:versionName="1.1.6" >
android:versionCode="17"
android:versionName="5.0.0" >

<uses-sdk
android:minSdkVersion="9"
android:minSdkVersion="15"
android:targetSdkVersion="26" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Version: 1.1.6
* Version: 5.0.0
*/

using UnityEngine;
Expand Down
Binary file not shown.
16 changes: 0 additions & 16 deletions ExampleGame/Assets/HockeyAppUnityAndroid/HockeySDK-4.1.5.aar.meta

This file was deleted.

Binary file not shown.
33 changes: 33 additions & 0 deletions ExampleGame/Assets/HockeyAppUnityAndroid/HockeySDK-5.0.2.aar.meta

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/ProjectSettings/ProjectSettings.asset
Binary file not shown.
3 changes: 1 addition & 2 deletions ExampleGame/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
m_EditorVersion: 5.0.0f4
m_StandardAssetsVersion: 0
m_EditorVersion: 5.6.3f1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Version: 1.1.6
* Version: 5.0.0
*/

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

0 comments on commit ff55e22

Please sign in to comment.