mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-28 22:01:09 +02:00
Updates dependencies.
This commit is contained in:
parent
8f13a76870
commit
8ed960530c
@ -188,7 +188,7 @@ dependencies {
|
|||||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
|
||||||
|
|
||||||
// Zoomable images
|
// Zoomable images
|
||||||
implementation 'net.engawapg.lib:zoomable:1.5.2'
|
implementation 'net.engawapg.lib:zoomable:1.5.3'
|
||||||
|
|
||||||
// Biometrics
|
// Biometrics
|
||||||
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||||
@ -248,7 +248,7 @@ dependencies {
|
|||||||
playImplementation 'com.google.mlkit:translate:17.0.2'
|
playImplementation 'com.google.mlkit:translate:17.0.2'
|
||||||
|
|
||||||
// PushNotifications
|
// PushNotifications
|
||||||
playImplementation platform('com.google.firebase:firebase-bom:32.6.0')
|
playImplementation platform('com.google.firebase:firebase-bom:32.7.0')
|
||||||
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
||||||
|
|
||||||
//PushNotifications(FDroid)
|
//PushNotifications(FDroid)
|
||||||
|
@ -44,7 +44,7 @@ dependencies {
|
|||||||
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
||||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
||||||
|
|
||||||
api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0'
|
api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1'
|
||||||
|
|
||||||
// immutable collections to avoid recomposition
|
// immutable collections to avoid recomposition
|
||||||
api('org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7')
|
api('org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user