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-04 23:36:39 +02:00
|
|
|
|
android:versionCode="010" android:versionName="0.1.0">
|
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>
|