Pin generated Gradle wrapper

This commit is contained in:
Dark98
2026-07-02 05:15:37 +01:00
parent 4a1b873d2c
commit 4b62fa108a
3 changed files with 36 additions and 12 deletions
+7
View File
@@ -57,9 +57,16 @@ 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
- a minimal `MainActivity`
- a simple default theme and string resources
The template defaults are controlled in one place through environment variables:
- `ANDROID_BUILDER_GRADLE_VERSION` defaults to `8.7`
- `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`
## Notes
- The project is designed around Termux.