Skip to content
Snippets Groups Projects
Commit eb88b90c authored by Taras's avatar Taras
Browse files

Add futo rustcomponents dependency

parent 4eba5517
No related branches found
No related tags found
No related merge requests found
# Built application files
*.apk
*.aar
*.ap_
*.aab
......
......@@ -28,6 +28,7 @@ allprojects {
groups.jitpack.group.each { includeGroup it }
}
}
maven { url 'https://gitlab.futo.org/api/v4/projects/130/packages/maven' }
google {
content {
groups.google.regex.each { includeGroupByRegex it }
......
......@@ -199,8 +199,8 @@ dependencies {
//Bcrypt
implementation 'at.favre.lib:bcrypt:0.9.0'
//rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.15")
rustCryptoApi project(":library:rustCrypto")
rustCryptoImplementation("org.futo.rustcomponents:crypto-android:0.3.15.1")
//rustCryptoApi project(":library:rustCrypto")
testImplementation libs.tests.junit
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
......
include ':matrix-sdk-android'
include ':library:rustCrypto'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment