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

Update android.gradle.plugin to v8.11.0
This commit is contained in:
ganfra
2025-07-02 10:29:53 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,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.11.0-alpha09
android.experimental.lint.version=8.11.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.10.1"
android_gradle_plugin = "8.11.0"
kotlin = "2.1.21"
kotlinpoet = "2.2.0"
ksp = "2.1.21-2.0.2"