TouchyTickets/Android/Properties/AndroidManifest.xml
2020-07-03 16:24:35 +02:00

8 lines
504 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
android:versionCode="103" android:versionName="1.0.3">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<application android:label="Touchy Tickets" android:resizeableActivity="true"/>
<permission android:name="ACCESS_NETWORK_STATE"/>
<permission android:name="INTERNET"/>
</manifest>