I already have the full Android Studio project and simply need a clean, install-ready APK. No code changes are required; just open the project, resolve any build warnings if they appear, and compile it exactly as it is. The manifest should stay untouched, so the default permission set that ships with the source will be fine. I’ll provide my own keystore, alias, and passwords so the release variant is properly signed and ready for Play Store submission. If generating an AAB alongside the APK is straightforward for you, feel free to include it, though the APK is my priority. Please use current Android Studio / Gradle tooling so I can reproduce the build later. A quick turnaround is appreciated. Acceptance criteria: • APK (and optional AAB) signed with my keystore, SHA-1 matching the key I supply • Installs and launches on Android 8 through 14 without issues • Source code left unchanged except for build-related configuration files (if absolutely necessary)