update!
This commit is contained in:
parent
f03b14d07b
commit
7bc53d2a24
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
||||||
android:versionCode="040" android:versionName="0.4.0">
|
android:versionCode="100" android:versionName="1.0.0">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
||||||
<application android:label="Touchy Tickets" android:resizeableActivity="false"/>
|
<application android:label="Touchy Tickets" android:resizeableActivity="false"/>
|
||||||
<permission android:name="ACCESS_NETWORK_STATE"/>
|
<permission android:name="ACCESS_NETWORK_STATE"/>
|
||||||
|
|
Loading…
Reference in a new issue