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

Tech | Fix | Delete MockDataFactory.kt copy-paste (#2244)

This commit is contained in:
Sergey Boishtyan 2022-05-09 19:48:16 +03:00 committed by GitHub
parent 6206f68dea
commit 51996ff726
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
187 changed files with 163 additions and 774 deletions

View file

@ -19,12 +19,12 @@ android {
}
dependencies {
api acceptanceTesting.espressoCore
implementation mainApplication.appcompat
implementation mainApplication.kotlin
implementation mainApplication.coroutinesAndroid
implementation mainApplication.androidxCore
implementation acceptanceTesting.espressoCore
implementation mainApplication.design
implementation mainApplication.recyclerView
}