2024-05-30 01:06:08 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-07-25 06:37:11 +00:00
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="au.death.lol.omg.neighbourhood" android:versionCode="9" android:versionName="0.9.9">
|
2024-06-27 06:17:57 +00:00
|
|
|
|
<application android:allowBackup="true" android:icon="@mipmap/icon_background" android:supportsRtl="true" android:label="omg.lol"></application>
|
2024-06-14 00:45:31 +00:00
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2024-05-30 01:06:08 +00:00
|
|
|
|
</manifest>
|