Update android.gradle.plugin to v8.4.0 (#2777)
* Update android.gradle.plugin to v8.4.0 * Update `android.experimental.lint.version` to `8.5.0-alpha07` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
ef38535665
commit
87bd3eecba
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,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.4.0-alpha13
|
||||
android.experimental.lint.version=8.5.0-alpha07
|
||||
|
||||
# Enable test fixture for all modules by default
|
||||
android.experimental.enableTestFixtures=true
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[versions]
|
||||
# Project
|
||||
android_gradle_plugin = "8.3.2"
|
||||
android_gradle_plugin = "8.4.0"
|
||||
kotlin = "1.9.24"
|
||||
ksp = "1.9.24-1.0.20"
|
||||
firebaseAppDistribution = "5.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue