Updates zoomable, vico, firebase, jackson and jna
This commit is contained in:
@@ -16,11 +16,11 @@ coil = "3.1.0"
|
|||||||
composeBom = "2025.03.00"
|
composeBom = "2025.03.00"
|
||||||
coreKtx = "1.15.0"
|
coreKtx = "1.15.0"
|
||||||
espressoCore = "3.6.1"
|
espressoCore = "3.6.1"
|
||||||
firebaseBom = "33.10.0"
|
firebaseBom = "33.11.0"
|
||||||
fragmentKtx = "1.8.6"
|
fragmentKtx = "1.8.6"
|
||||||
gms = "4.4.2"
|
gms = "4.4.2"
|
||||||
jacksonModuleKotlin = "2.18.2"
|
jacksonModuleKotlin = "2.18.3"
|
||||||
jna = "5.16.0"
|
jna = "5.17.0"
|
||||||
jtorctl = "0.4.5.7"
|
jtorctl = "0.4.5.7"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.0"
|
||||||
@@ -46,9 +46,9 @@ torAndroid = "0.4.8.12"
|
|||||||
translate = "17.0.3"
|
translate = "17.0.3"
|
||||||
unifiedpush = "2.3.1"
|
unifiedpush = "2.3.1"
|
||||||
urlDetector = "0.1.23"
|
urlDetector = "0.1.23"
|
||||||
vico-charts = "2.0.3"
|
vico-charts = "2.1.1"
|
||||||
zelory = "3.0.1"
|
zelory = "3.0.1"
|
||||||
zoomable = "2.3.0"
|
zoomable = "2.4.0"
|
||||||
zxing = "3.5.3"
|
zxing = "3.5.3"
|
||||||
zxingAndroidEmbedded = "4.3.0"
|
zxingAndroidEmbedded = "4.3.0"
|
||||||
windowCoreAndroid = "1.3.0"
|
windowCoreAndroid = "1.3.0"
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@ dependencies {
|
|||||||
// LibSodium for ChaCha encryption (NIP-44)
|
// LibSodium for ChaCha encryption (NIP-44)
|
||||||
// Wait for @aar support in version catalogs
|
// Wait for @aar support in version catalogs
|
||||||
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.16.0@aar'
|
implementation 'net.java.dev.jna:jna:5.17.0@aar'
|
||||||
|
|
||||||
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
|
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
|
||||||
//implementation (libs.jna) { artifact { type = "aar" } }
|
//implementation (libs.jna) { artifact { type = "aar" } }
|
||||||
|
|||||||
Reference in New Issue
Block a user