We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c1c32 commit 91dbf79Copy full SHA for 91dbf79
gradle/libs.versions.toml
@@ -3,7 +3,8 @@
3
4
[versions]
5
# Project
6
-android_gradle_plugin = "8.12.2"
+# 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"
8
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
9
kotlin = "2.2.10"
10
kotlinpoet = "2.2.0"
0 commit comments