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

Tech | Kotlin 1.5.0 & other library updates (#1447)

This commit is contained in:
Evgenii Kozlov 2021-05-14 22:50:27 +03:00 committed by GitHub
parent 68c4dfb609
commit f20e3b6f79
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View file

@ -32,9 +32,11 @@ dependencies {
implementation applicationDependencies.kotlin
implementation applicationDependencies.coroutinesAndroid
implementation applicationDependencies.gson
implementation applicationDependencies.lifecycleLiveData
implementation databaseDependencies.room
implementation databaseDependencies.roomKtx
kapt databaseDependencies.annotations
implementation applicationDependencies.timber
@ -44,6 +46,6 @@ dependencies {
testImplementation unitTestDependencies.junit
testImplementation unitTestDependencies.kotlinTest
testImplementation unitTestDependencies.mockitoKotlin
testImplementation unitTestDependencies.robolectric
testImplementation unitTestDependencies.robolectricLatest
testImplementation unitTestDependencies.archCoreTesting
}