mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 21:07:01 +02:00
Finally solved the issue with @aar in gradle
This commit is contained in:
@@ -57,11 +57,12 @@ dependencies {
|
||||
|
||||
// LibSodium for ChaCha encryption (NIP-44)
|
||||
// Wait for @aar support in version catalogs
|
||||
implementation 'com.goterl:lazysodium-android:5.2.0@aar'
|
||||
implementation 'net.java.dev.jna:jna:5.17.0@aar'
|
||||
|
||||
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
|
||||
//implementation (libs.jna) { artifact { type = "aar" } }
|
||||
// implementation 'com.goterl:lazysodium-android:5.2.0@aar'
|
||||
// implementation 'net.java.dev.jna:jna:5.17.0@aar'
|
||||
|
||||
implementation variantOf(libs.lazysodium.android) { artifactType("aar") }
|
||||
implementation variantOf(libs.jna) { artifactType("aar") }
|
||||
|
||||
// Performant Parser of JSONs into Events
|
||||
api libs.jackson.module.kotlin
|
||||
|
Reference in New Issue
Block a user