This commit is contained in:
2025-12-14 17:30:54 +01:00
commit c9816297d7
46 changed files with 1756 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="Candelator" android:icon="@drawable/Icon" />
</manifest>