Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 18:44:37 +04:00
parent 692c6514fc
commit bba915b9ec
10 changed files with 138 additions and 0 deletions

View file

@ -103,6 +103,7 @@ usedesk = "4.4.0"
sumsub = "1.38.0"
haze = "1.7.1"
kotlinpoet = "1.18.1"
customerio = "4.6.3"
# endregion Other libraries
# region Tools
@ -313,4 +314,6 @@ usedesk-chat-gui = { module = "com.github.Usedesk.Android_SDK:chat-gui", version
sumsub-sdk = { module = "com.sumsub.sns:idensic-mobile-sdk", version.ref = "sumsub" }
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
customerio-analytics = { module = "io.customer.android:datapipelines", version.ref = "customerio" }
customerio-messaging = { module = "io.customer.android:messaging-push-fcm", version.ref = "customerio" }
# endregion Other