TouchyTickets/Android/Properties/AndroidManifest.xml

7 lines
454 B
XML
Raw Normal View History

2020-05-30 19:41:49 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-06-14 22:31:06 +02:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:versionCode="031" android:versionName="0.3.1" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Touchy Tickets" />
<permission android:name="ACCESS_NETWORK_STATE" />
<permission android:name="INTERNET" />
</manifest>