mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Updates dependencies
This commit is contained in:
parent
9f68f0227e
commit
c89ca51a1b
@ -171,7 +171,7 @@ dependencies {
|
||||
playImplementation 'com.google.mlkit:translate:17.0.1'
|
||||
|
||||
// PushNotifications
|
||||
playImplementation platform('com.google.firebase:firebase-bom:32.2.3')
|
||||
playImplementation platform('com.google.firebase:firebase-bom:32.3.1')
|
||||
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
||||
|
||||
// Charts
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
ext {
|
||||
fragment_version = "1.6.1"
|
||||
lifecycle_version = '2.6.2'
|
||||
compose_ui_version = '1.5.1'
|
||||
compose_ui_version = '1.5.2'
|
||||
nav_version = '2.7.3'
|
||||
room_version = "2.4.3"
|
||||
accompanist_version = '0.30.1'
|
||||
|
@ -38,7 +38,7 @@ dependencies {
|
||||
implementation "androidx.compose.runtime:runtime:$compose_ui_version"
|
||||
|
||||
// Bitcoin secp256k1 bindings to Android
|
||||
api 'fr.acinq.secp256k1:secp256k1-kmp-jni-android:0.10.1'
|
||||
api 'fr.acinq.secp256k1:secp256k1-kmp-jni-android:0.11.0'
|
||||
|
||||
// LibSodium for XChaCha encryption
|
||||
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user