Add comment linking to an issue

This commit is contained in:
Michael Kaye 2022-05-24 16:53:17 +01:00
parent 20422a5451
commit 5faa2ff205

View file

@ -7,6 +7,9 @@ ext.versions = [
'targetCompat' : JavaVersion.VERSION_11,
]
// Pinned to 7.1.3 because of https://github.com/vector-im/element-android/issues/6142
// Please test carefully before upgrading again.
def gradle = "7.1.3"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"