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:
parent
a0e0e7362a
commit
164e0eff61
41 changed files with 242 additions and 260 deletions
|
@ -9,14 +9,14 @@ dependencies {
|
|||
|
||||
implementation project(':data')
|
||||
|
||||
implementation applicationDependencies.kotlin
|
||||
implementation libs.kotlin
|
||||
implementation applicationDependencies.coroutinesAndroid
|
||||
implementation libs.androidxCore
|
||||
|
||||
implementation applicationDependencies.timber
|
||||
|
||||
testImplementation unitTestDependencies.junit
|
||||
testImplementation unitTestDependencies.kotlinTest
|
||||
testImplementation libs.junit
|
||||
testImplementation libs.kotlinTest
|
||||
testImplementation unitTestDependencies.androidXTestCore
|
||||
testImplementation unitTestDependencies.robolectricLatest
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue