Add local lib in case maven is broken

This commit is contained in:
ganfra 2022-05-05 11:45:38 +02:00
parent 8bd094fa66
commit 859d47453c
2 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ dependencies {
implementation libs.jetbrains.coroutinesAndroid implementation libs.jetbrains.coroutinesAndroid
implementation 'org.matrix.rustcomponents:crypto-android:0.1.1-SNAPSHOT' 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 'net.java.dev.jna:jna:5.10.0@aar'
implementation libs.androidx.appCompat implementation libs.androidx.appCompat

Binary file not shown.