Neighbourhood.omg.lol/Platforms/Android/AndroidManifest.xml
Gordon Pedersen bdea7870ea Bumped version
I put the patch version in line with the single digit version for simplicity's sake.
It does mean I missed 0.9.5-0.9.6, but whatever.
2024-07-12 15:11:01 +10:00

6 lines
No EOL
502 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="au.death.lol.omg.neighbourhood" android:versionCode="7" android:versionName="0.9.7">
<application android:allowBackup="true" android:icon="@mipmap/icon_background" android:supportsRtl="true" android:label="omg.lol"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
</manifest>