mirror of
https://github.com/johndoe6345789/CaproverForge.git
synced 2026-04-24 13:44:56 +00:00
3adc0ad4299db0e5f8613f7b23f08db1209f12c4
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
CaproverForge
Android APK frontend for Caprover Captain admin panel, native android, gh actions
Build Status
This project uses GitHub Actions to automatically build Android APK files.
Download APKs
APKs are automatically built and published as artifacts when changes are pushed to the repository. You can download them from the Actions tab after workflow completion.
Building Locally
./gradlew assembleDebug # Build debug APK
./gradlew assembleRelease # Build release APK (unsigned)
Note: Release APKs are currently unsigned and intended for development/testing purposes only.
Languages
Java
100%