1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Update Kotlin coroutines to 1.3.4 (#287)

This commit is contained in:
Evgenii Kozlov 2020-03-06 20:12:51 +03:00 committed by GitHub
parent cb734d5b86
commit b4a3401671
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ allprojects {
ext {
// Kotlin
kotlin_coroutines_version = '1.3.3'
kotlin_coroutines_version = '1.3.4'
// AndroidX
androidx_core_version = '1.1.0'