2020-05-30 19:41:49 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-06-15 17:55:13 +02:00
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
2020-07-01 14:50:54 +02:00
|
|
|
|
android:versionCode="102" android:versionName="1.0.2">
|
2020-06-15 17:55:13 +02:00
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
2020-06-29 00:41:49 +02:00
|
|
|
|
<application android:label="Touchy Tickets" android:resizeableActivity="true"/>
|
2020-06-15 17:55:13 +02:00
|
|
|
|
<permission android:name="ACCESS_NETWORK_STATE"/>
|
|
|
|
|
<permission android:name="INTERNET"/>
|
2020-06-14 22:31:06 +02:00
|
|
|
|
</manifest>
|