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
41
41
42
42
# Customise the Lint version to use a more recent version than the one bundled with AGP
43
43
# 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
45
45
46
46
# Enable test fixture for all modules by default
47
47
android.experimental.enableTestFixtures =true
Original file line number Diff line number Diff line change 3
3
4
4
[versions ]
5
5
# 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"
7
8
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
8
9
kotlin = " 2.2.10"
9
10
kotlinpoet = " 2.2.0"
You can’t perform that action at this time.
0 commit comments