Don't pin buildToolsVersion

fdroidserver forces its own build-tools version into app builds, but that
rewrite only matches files ending .gradle — not .gradle.kts. So the pin
would have survived onto their buildserver, and if it could not get
build-tools 36.0.0 the build would fail rather than fall back. AGP picks
its own default instead. Clean rebuild is unaffected: still builds, still
zero permissions.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 20:20:40 +02:00
co-authored by Claude Opus 5
parent 9815b04e35
commit e4a53a847f
-1
View File
@@ -7,7 +7,6 @@ plugins {
android { android {
namespace = "nl.hansdezwart.bgclock" namespace = "nl.hansdezwart.bgclock"
compileSdk = 36 compileSdk = 36
buildToolsVersion = "36.0.0"
defaultConfig { defaultConfig {
applicationId = "nl.hansdezwart.bgclock" applicationId = "nl.hansdezwart.bgclock"