This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.7
- Loading branch information
Showing
26 changed files
with
213 additions
and
158 deletions.
There are no files selected for viewing
64 changes: 22 additions & 42 deletions
64
ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="net.hockeyapp.ExampleGameAndroid" | ||
android:versionName="1.0.6" | ||
android:versionCode="7" | ||
android:installLocation="preferExternal"> | ||
<supports-screens | ||
android:smallScreens="true" | ||
android:normalScreens="true" | ||
android:largeScreens="true" | ||
android:xlargeScreens="true" | ||
android:anyDensity="true" /> | ||
|
||
<application | ||
android:icon="@drawable/app_icon" | ||
android:label="@string/app_name" | ||
android:debuggable="true"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="net.hockeyapp.unity" | ||
android:versionCode="7" | ||
android:versionName="1.0.7" > | ||
|
||
<activity | ||
android:label="@string/app_name" | ||
android:screenOrientation="portrait" | ||
android:launchMode="singleTask" | ||
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" | ||
android:name="com.unity3d.player.UnityPlayerNativeActivity"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<meta-data android:name="unityplayer.UnityActivity" android:value="true" /> | ||
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="false" /> | ||
</activity> | ||
|
||
<activity android:name="net.hockeyapp.android.UpdateActivity" /> | ||
<activity android:name="net.hockeyapp.android.FeedbackActivity" /> | ||
|
||
</application> | ||
|
||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19" /> | ||
<uses-feature android:glEsVersion="0x00020000" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
|
||
</manifest> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
|
||
<uses-sdk | ||
android:minSdkVersion="8" | ||
android:targetSdkVersion="18" /> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:icon="@drawable/ic_launcher" | ||
android:label="@string/app_name" | ||
android:theme="@style/AppTheme" > | ||
|
||
<activity android:name="net.hockeyapp.android.UpdateActivity" /> | ||
<activity android:name="net.hockeyapp.android.FeedbackActivity" /> | ||
</application> | ||
|
||
</manifest> |
4 changes: 2 additions & 2 deletions
4
ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
ExampleGame/Assets/HockeyAppUnityAndroid/HockeyAppUnity-Scripts.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
...yAppUnityAndroid/HockeySDK-3.5.0.jar.meta → ...yAppUnityAndroid/HockeySDK-3.6.1.jar.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
+597 Bytes
(110%)
ExampleGame/Assets/HockeyAppUnityAndroid/hockeyappunity.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
ExampleGame/Assets/HockeyAppUnityAndroid/hockeyappunity.jar.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 5.0.2f1 | ||
m_EditorVersion: 5.2.0f3 | ||
m_StandardAssetsVersion: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.