mirror of
https://github.com/izzy2lost/Shipwright-Android.git
synced 2026-07-05 15:19:26 -07:00
Add device gyro support
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ android {
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 31
|
||||
versionCode 4
|
||||
versionName "1.1.3"
|
||||
versionName "1.1.4"
|
||||
externalNativeBuild {
|
||||
//ndkBuild {
|
||||
// arguments "APP_PLATFORM=android-23"
|
||||
|
||||
+1
-1
Submodule app/jni/src/libultraship updated: aa0b0f6267...e40fe5a21e
@@ -5,7 +5,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.dishii.soh"
|
||||
android:versionCode="4"
|
||||
android:versionName="1.1.3"
|
||||
android:versionName="1.1.4"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 3.0 -->
|
||||
@@ -32,6 +32,11 @@
|
||||
android:name="android.hardware.type.pc"
|
||||
android:required="false" />
|
||||
|
||||
<!-- Gyroscope support -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.sensor.gyroscope"
|
||||
android:required="false"/>
|
||||
|
||||
<!-- Audio recording support -->
|
||||
<!-- if you want to capture audio, uncomment this. -->
|
||||
<!-- <uses-feature
|
||||
|
||||
Reference in New Issue
Block a user