mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-12 16:36:44 +01:00
Updates dependencies
This commit is contained in:
@@ -171,7 +171,7 @@ dependencies {
|
|||||||
playImplementation 'com.google.mlkit:translate:17.0.1'
|
playImplementation 'com.google.mlkit:translate:17.0.1'
|
||||||
|
|
||||||
// PushNotifications
|
// 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'
|
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
||||||
|
|
||||||
// Charts
|
// Charts
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ buildscript {
|
|||||||
ext {
|
ext {
|
||||||
fragment_version = "1.6.1"
|
fragment_version = "1.6.1"
|
||||||
lifecycle_version = '2.6.2'
|
lifecycle_version = '2.6.2'
|
||||||
compose_ui_version = '1.5.1'
|
compose_ui_version = '1.5.2'
|
||||||
nav_version = '2.7.3'
|
nav_version = '2.7.3'
|
||||||
room_version = "2.4.3"
|
room_version = "2.4.3"
|
||||||
accompanist_version = '0.30.1'
|
accompanist_version = '0.30.1'
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ dependencies {
|
|||||||
implementation "androidx.compose.runtime:runtime:$compose_ui_version"
|
implementation "androidx.compose.runtime:runtime:$compose_ui_version"
|
||||||
|
|
||||||
// Bitcoin secp256k1 bindings to Android
|
// 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
|
// LibSodium for XChaCha encryption
|
||||||
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
||||||
|
|||||||
Reference in New Issue
Block a user