File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ signing.element.nightly.keyPassword=Secret
4141
4242# Customise the Lint version to use a more recent version than the one bundled with AGP
4343# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
44- android.experimental.lint.version =8.12.2
44+ # android.experimental.lint.version=8.12.2
4545
4646# Enable test fixture for all modules by default
4747android.experimental.enableTestFixtures =true
Original file line number Diff line number Diff line change 33
44[versions ]
55# Project
6- android_gradle_plugin = " 8.12.2"
6+ # We cannot use 8.12.+ since it breaks F-Droid build (see https://github.com/element-hq/element-x-android/issues/3420#issuecomment-3199571010)
7+ android_gradle_plugin = " 8.11.1"
78# When updateing this, please also update the version in the file ./idea/kotlinc.xml
89kotlin = " 2.2.10"
910kotlinpoet = " 2.2.0"
You can’t perform that action at this time.
0 commit comments