Update bootstrap URLs

This commit is contained in:
Dark98
2026-07-02 05:04:45 +01:00
parent 513d2e4528
commit 4a1b873d2c
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -2,12 +2,10 @@
## Bugs
- `install.sh` defaults `ANDROID_BUILDER_REPO` to `http://192.168.1.46:8085/Dark98/Termux-Android-Builder.git`, which only works on the local LAN setup. If this repo is meant to be portable, the default should point to a stable remote or be documented as LAN-only.
- The generated `gradlew` wrapper just forwards to the system `gradle` package. That is convenient in Termux, but it means builds are not pinned to a project-specific Gradle wrapper version.
- The generated app pins Android Gradle Plugin `8.5.2` without pinning a compatible Gradle wrapper version. That can break when the installed Gradle package changes or is incompatible with that plugin version.
- The CLI is now split into a dispatcher plus per-command scripts under `lib/commands/`, which improves readability but adds more files to maintain.
## TODO
- Decide whether the default repo URL in `install.sh` should stay LAN-specific or be replaced with a public canonical URL.
- Consider generating a real Gradle wrapper for new projects instead of relying on `gradle` from Termux.