Merge pull request #5106 from element-hq/renovate/android.gradle.plugin

Update android.gradle.plugin to v8.12.0
This commit is contained in:
ganfra
2025-08-08 14:17:45 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ signing.element.nightly.keyPassword=Secret
# Customise the Lint version to use a more recent version than the one bundled with AGP
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
android.experimental.lint.version=8.12.0-alpha07
android.experimental.lint.version=8.12.0
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true

View File

@@ -3,7 +3,7 @@
[versions]
# Project
android_gradle_plugin = "8.11.1"
android_gradle_plugin = "8.12.0"
kotlin = "2.2.0"
kotlinpoet = "2.2.0"
ksp = "2.2.0-2.0.2"