Vendor Gradle wrappers for new projects

This commit is contained in:
Dark98
2026-07-02 05:33:07 +01:00
parent 4b62fa108a
commit 6df469c073
9 changed files with 28 additions and 18 deletions
+3 -1
View File
@@ -57,7 +57,7 @@ The CLI is now split into smaller scripts for readability and maintenance:
- Gradle settings and properties
- a single `app` module
- a real Gradle wrapper for the generated project
- vendored Gradle wrapper files for the generated project
- a minimal `MainActivity`
- a simple default theme and string resources
@@ -67,6 +67,8 @@ The template defaults are controlled in one place through environment variables:
- `ANDROID_BUILDER_AGP_VERSION` defaults to `8.5.2`
- `ANDROID_BUILDER_GRADLE_DISTRIBUTION_SHA256` defaults to the official checksum for `gradle-8.7-bin.zip`
The project generator and the generated projects themselves do not need a system `gradle` binary anymore.
## Notes
- The project is designed around Termux.