2020-05-30 19:41:49 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-06-04 23:09:31 +02:00
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="TouchyTickets.Android"
|
2020-06-05 21:06:29 +02:00
|
|
|
|
android:versionCode="011" android:versionName="0.1.1">
|
2020-06-04 23:09:31 +02:00
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
|
|
|
|
<application android:label="Touchy Tickets"/>
|
2020-05-30 19:41:49 +02:00
|
|
|
|
</manifest>
|