Updated coroutines version to 1.3.7

This commit is contained in:
dankito 2020-07-05 11:21:21 +02:00
parent 52ee0a0f73
commit 83c7e73199
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ext {
/* MPP / basic dependencies */ /* MPP / basic dependencies */
kotlinVersion = '1.3.72' kotlinVersion = '1.3.72'
kotlinCoroutinesVersion = "1.3.5" kotlinCoroutinesVersion = "1.3.7"
serializationVersion = "0.20.0" serializationVersion = "0.20.0"