Skip to content

Commit 91dbf79

Browse files
committed
Revert AGP to 8.11.1 to unblock F-Droid build.
Reason: #3420 (comment)
1 parent c6c1c32 commit 91dbf79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)