mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +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.jvnet.staxex',
|
||||||
'org.maplibre.gl',
|
'org.maplibre.gl',
|
||||||
'org.matrix.android',
|
'org.matrix.android',
|
||||||
|
'org.matrix.rustcomponents',
|
||||||
'org.mockito',
|
'org.mockito',
|
||||||
'org.mongodb',
|
'org.mongodb',
|
||||||
'org.objenesis',
|
'org.objenesis',
|
||||||
|
|
|
@ -140,7 +140,7 @@ dependencies {
|
||||||
implementation libs.jetbrains.coroutinesCore
|
implementation libs.jetbrains.coroutinesCore
|
||||||
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.0'
|
||||||
//implementation files('libs/crypto-android-release.aar')
|
//implementation files('libs/crypto-android-release.aar')
|
||||||
|
|
||||||
// implementation(name: 'crypto-android-release', ext: 'aar')
|
// implementation(name: 'crypto-android-release', ext: 'aar')
|
||||||
|
|
Loading…
Add table
Reference in a new issue