Skip to content

Commit 5faa2ff

Browse files
committed
Add comment linking to an issue
1 parent 20422a5 commit 5faa2ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dependencies.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ext.versions = [
77
'targetCompat' : JavaVersion.VERSION_11,
88
]
99

10+
11+
// Pinned to 7.1.3 because of https://github.com/vector-im/element-android/issues/6142
12+
// Please test carefully before upgrading again.
1013
def gradle = "7.1.3"
1114
// Ref: https://kotlinlang.org/releases.html
1215
def kotlin = "1.6.21"

0 commit comments

Comments
 (0)