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-08 23:56:03 +02:00
|
|
|
|
android:versionCode="021" android:versionName="0.2.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>
|