Skip to content

Commit

Permalink
Add comment linking to an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed May 24, 2022
1 parent 20422a5 commit 5faa2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5faa2ff

Please sign in to comment.