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

Revert "Update Kotlin Coroutines to 1.4.0 (#1041)"

This reverts commit 9a314e18
This commit is contained in:
ubu 2020-10-28 17:28:02 +03:00
parent 9a314e18f5
commit 2a8ffedd8c
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@
* Fix soft input visibility/focusing issues on Android 7.1 (#1029)
* Keyboard won't show up in code snippet (#1024)
* Updated Kotlin Coroutines to 1.4.0 (#1041)
## Version 0.1.1

View file

@ -7,7 +7,7 @@ allprojects {
ext {
// Kotlin
kotlin_coroutines_version = '1.4.0'
kotlin_coroutines_version = '1.3.9'
// AndroidX
androidx_core_version = '1.5.0-alpha02'