fixed the game being split-screen capable
This commit is contained in:
parent
c96f3ce55b
commit
4346f5e037
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
||||||
android:versionCode="032" android:versionName="0.3.2">
|
android:versionCode="032" android:versionName="0.3.2">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
||||||
<application android:label="Touchy Tickets"/>
|
<application android:label="Touchy Tickets" android:resizeableActivity="false"/>
|
||||||
<permission android:name="ACCESS_NETWORK_STATE"/>
|
<permission android:name="ACCESS_NETWORK_STATE"/>
|
||||||
<permission android:name="INTERNET"/>
|
<permission android:name="INTERNET"/>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in a new issue