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

DROID-515 Editor | Fix | Fix ff video buttons (#2769)

* DROID-515 App | Tech | Update dependencies

* DROID-515 Editor | Fix | Fix ff video buttons

* DROID-453 Editor | Fix | Unmerge
This commit is contained in:
Mikhail 2022-12-19 20:14:51 +03:00 committed by GitHub
parent a0e0e7362a
commit 164e0eff61
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 242 additions and 260 deletions

View file

@ -6,10 +6,10 @@ plugins {
dependencies {
api acceptanceTesting.espressoCore
implementation mainApplication.appcompat
implementation mainApplication.kotlin
implementation libs.appcompat
implementation libs.kotlin
implementation mainApplication.coroutinesAndroid
implementation libs.androidxCore
implementation mainApplication.design
implementation libs.design
implementation mainApplication.recyclerView
}

View file

@ -3,6 +3,6 @@ plugins {
}
dependencies {
implementation mainApplication.kotlin
implementation unitTesting.mockitoKotlin
implementation libs.kotlin
implementation libs.mockitoKotlin
}