mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Also upgrade coroutine library to 1.5.0
This commit is contained in:
parent
b311173385
commit
8110e9b2ab
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ SDK API changes ⚠️:
|
|||
-
|
||||
|
||||
Build 🧱:
|
||||
- Compile with Kotlin 1.5.
|
||||
- Compile with Kotlin 1.5.10.
|
||||
- Upgrade some dependencies: gradle wrapper, third party lib, etc.
|
||||
- Sign APK with build tools 30.0.3
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
ext.kotlin_version = '1.5.10'
|
||||
ext.kotlin_coroutines_version = "1.5.0-RC"
|
||||
ext.kotlin_coroutines_version = "1.5.0"
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Loading…
Reference in a new issue