update
This commit is contained in:
parent
2399ac5aac
commit
4635c4b165
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
<?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:versionCode="031" android:versionName="0.3.1" android:installLocation="auto">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.ellpeck.touchytickets" android:installLocation="auto"
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
|
android:versionCode="032" android:versionName="0.3.2">
|
||||||
<application android:label="Touchy Tickets" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
||||||
<permission android:name="ACCESS_NETWORK_STATE" />
|
<application android:label="Touchy Tickets"/>
|
||||||
<permission android:name="INTERNET" />
|
<permission android:name="ACCESS_NETWORK_STATE"/>
|
||||||
|
<permission android:name="INTERNET"/>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in a new issue