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

DROID-3367 Primitives | Object icons, part 2 (#2184)

This commit is contained in:
Konstantin Ivanov 2025-03-24 16:06:47 +01:00 committed by GitHub
parent b003a9e915
commit 4ce93478a0
Signed by: github
GPG key ID: B5690EEEBB952194
48 changed files with 587 additions and 699 deletions

View file

@ -61,7 +61,7 @@ timberVersion = '5.0.1'
roomVersion = '2.6.1'
dataStoreVersion = '1.1.3'
amplitudeVersion = '3.35.1'
coilComposeVersion = '2.6.0'
coilComposeVersion = '3.1.0'
sentryVersion = '7.13.0'
composeQrCodeVersion = '1.0.1'
@ -98,7 +98,8 @@ gsonWire = { module = "com.squareup.wire:wire-gson-support", version.ref = "wire
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glideVersion" }
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:coil-compose", version.ref = "coilComposeVersion" }
coilCompose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilComposeVersion" }
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" }
androidJUnit = { module = "androidx.test.ext:junit", version.ref = "androidJunitVersion" }