mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2966 Chats | Enhancement | Displaying video thumbnail + Request playing video by OS media player (MVP) (#2505)
This commit is contained in:
parent
8b1e379785
commit
7968718ecb
11 changed files with 207 additions and 15 deletions
|
@ -61,6 +61,7 @@ roomVersion = '2.7.0'
|
|||
dataStoreVersion = '1.1.4'
|
||||
amplitudeVersion = '3.35.1'
|
||||
coilComposeVersion = '3.1.0'
|
||||
coilVideoVersion = '3.2.0'
|
||||
sentryVersion = '7.13.0'
|
||||
firebaseBomVersion = "33.13.0"
|
||||
|
||||
|
@ -98,6 +99,7 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glideVersio
|
|||
glideCompiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glideVersion" }
|
||||
glideCompose = { module = "com.github.bumptech.glide:compose", version.ref = "glideComposeVersion" }
|
||||
coilCompose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilComposeVersion" }
|
||||
coilVideo = { module = "io.coil-kt.coil3:coil-video", version.ref = "coilVideoVersion" }
|
||||
coilNetwork = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coilComposeVersion" }
|
||||
mockitoKotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlinVersion" }
|
||||
junit = { module = "junit:junit", version.ref = "junitVersion" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue