fix: Add build script and fix manifest

- Add build-apk.sh for easy compilation
- Simplify AndroidManifest.xml
- Fix themes.xml to use basic Android themes
- Enable BuildConfig
- Add okhttp-dnsoverhttps dependency
This commit is contained in:
Renato
2026-01-28 22:36:38 +00:00
parent d3ce7872e7
commit 2ccdf3a78c
11853 changed files with 741631 additions and 543 deletions

View File

@@ -0,0 +1,5 @@
This dummy file substitutes for an old linker that used to be at its location.
The presence of this file ensures that old versions of AGP continue to trust build tools integrity
(which they would not if the file were removed).
Old versions of AGP will not be able to do compatibility mode RenderScript builds,
but everything else should work.