First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

16
res/xml/locale_config.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config
xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en-US" />
<locale android:name="fr-FR" />
<locale android:name="it-IT" />
<locale android:name="de-DE" />
<locale android:name="es-ES" />
<locale android:name="pt-BR" />
<locale android:name="ru-RU" />
<locale android:name="nl-NL" />
<locale android:name="ja-JP" />
<locale android:name="ko-KR" />
<locale android:name="zh-Hans-CN" />
<locale android:name="zh-Hant-TW" />
</locale-config>