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