refactor: use lazysodium version on maven central instead of bintray (no longer available)

This commit is contained in:
Harris
2021-05-19 15:12:35 +10:00
parent 984add5d09
commit 99e6382f2e
9 changed files with 29 additions and 37 deletions

View File

@@ -14,7 +14,8 @@ android {
dependencies {
implementation project(":libsignal")
implementation "com.goterl.lazycode:lazysodium-android:4.2.0@aar"
implementation 'com.goterl:lazysodium-android:5.0.2@aar'
implementation "net.java.dev.jna:jna:5.8.0@aar"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'