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

DROID-453 Editor | Fix | Fix markdown paste (#2765)

This commit is contained in:
Mikhail 2022-12-16 22:13:53 +03:00 committed by GitHub
parent 4ac2255dd4
commit ce929f3d88
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 36 additions and 8 deletions

View file

@ -9,7 +9,7 @@ dependencies {
implementation mainApplication.appcompat
implementation mainApplication.kotlin
implementation mainApplication.coroutinesAndroid
implementation mainApplication.androidxCore
implementation libs.androidxCore
implementation mainApplication.design
implementation mainApplication.recyclerView
}