Initial Commit

This commit is contained in:
Creeper Lv
2025-12-14 00:25:51 +11:00
commit 40c8998552
61 changed files with 1936 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Progrart" android:icon="@drawable/Icon" />
</manifest>