Add local lib in case maven is broken
This commit is contained in:
parent
8bd094fa66
commit
859d47453c
|
@ -110,6 +110,9 @@ dependencies {
|
|||
implementation libs.jetbrains.coroutinesAndroid
|
||||
|
||||
implementation 'org.matrix.rustcomponents:crypto-android:0.1.1-SNAPSHOT'
|
||||
//implementation files('libs/crypto-android-release.aar')
|
||||
|
||||
// implementation(name: 'crypto-android-release', ext: 'aar')
|
||||
implementation 'net.java.dev.jna:jna:5.10.0@aar'
|
||||
|
||||
implementation libs.androidx.appCompat
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue