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

Tech | Kotlin update + other dependencies (#2079)

This commit is contained in:
Evgenii Kozlov 2022-02-02 21:53:28 +03:00 committed by GitHub
parent 5e5a34f824
commit a0aa9da19d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 151 additions and 157 deletions

View file

@ -52,5 +52,5 @@ dependencies {
testImplementation unitTestDependencies.junit
testImplementation unitTestDependencies.kotlinTest
testImplementation unitTestDependencies.androidXTestCore
testImplementation unitTestDependencies.robolectric
testImplementation unitTestDependencies.robolectricLatest
}