Skip to content

Commit 1bd47ea

Browse files
authored
Merge pull request #5311 from element-hq/feature/bma/revertAgpTo_8.11
Revert agp to 8.11
2 parents c6c1c32 + 2294fd2 commit 1bd47ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4747
android.experimental.enableTestFixtures=true

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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
89
kotlin = "2.2.10"
910
kotlinpoet = "2.2.0"

0 commit comments

Comments
 (0)