mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Use release version 0.1.0 of crypto rust component
This commit is contained in:
parent
f559db62b9
commit
42e5dcd50a
2 changed files with 2 additions and 1 deletions
|
@ -188,6 +188,7 @@ ext.groups = [
|
|||
'org.jvnet.staxex',
|
||||
'org.maplibre.gl',
|
||||
'org.matrix.android',
|
||||
'org.matrix.rustcomponents',
|
||||
'org.mockito',
|
||||
'org.mongodb',
|
||||
'org.objenesis',
|
||||
|
|
|
@ -140,7 +140,7 @@ dependencies {
|
|||
implementation libs.jetbrains.coroutinesCore
|
||||
implementation libs.jetbrains.coroutinesAndroid
|
||||
|
||||
implementation 'org.matrix.rustcomponents:crypto-android:0.1.1-SNAPSHOT'
|
||||
implementation 'org.matrix.rustcomponents:crypto-android:0.1.0'
|
||||
//implementation files('libs/crypto-android-release.aar')
|
||||
|
||||
// implementation(name: 'crypto-android-release', ext: 'aar')
|
||||
|
|
Loading…
Reference in a new issue