fixed the game being split-screen capable

This commit is contained in:
Ellpeck 2020-06-17 18:06:17 +02:00
parent c96f3ce55b
commit 4346f5e037

View file

@ -2,7 +2,7 @@
<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">
<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="INTERNET"/>
</manifest>