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

Update coroutines library (#1171)

* update lib

* ci

* fixes

* Update workflow.yml
This commit is contained in:
Konstantin Ivanov 2020-12-11 17:00:49 +03:00 committed by GitHub
parent 3a5eb40665
commit bd87851956
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
143 changed files with 103 additions and 11824 deletions

View file

@ -47,7 +47,7 @@ dependencies {
implementation project(':domain')
implementation project(':core-utils')
implementation appDependencies.gson
implementation appDependencies.coroutines
implementation appDependencies.coroutinesAndroid
testImplementation unitTestDependencies.junit
testImplementation unitTestDependencies.kotlinTest