diff --git a/build.gradle b/build.gradle
index d9529dbfa623c84bc5a3289ccb727bd5731b7c8b..efe0b5fdb19eae369093c2806dc0357d4814ead3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,6 @@ 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 }
diff --git a/dependencies_groups.gradle b/dependencies_groups.gradle
index ca1a3d4e1f1857993c94315ba1e60ec7edc14d16..f5c1f50d5374b5903dbb20ea6e11261b4864d096 100644
--- a/dependencies_groups.gradle
+++ b/dependencies_groups.gradle
@@ -13,6 +13,7 @@ ext.groups = [
                         'com.github.vector-im',
                         'com.github.yalantis',
                         'com.github.Zhuinden',
+                        "org.futo.gitlab.circles"
                 ]
         ],
         jitsi       : [
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 36a27bfb0ec94267810248f18238ed22668c0088..4dac0449b474369b9d967bb00f7ddc7928171e57 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -4,6 +4,3 @@ distributionBase=GRADLE_USER_HOME
 distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
 distributionPath=wrapper/dists
 distributionSha256Sum=312eb12875e1747e05c2f81a4789902d7e4ec5defbd1eefeaccc08acf096505d
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
-networkTimeout=10000
-zipStoreBase=GRADLE_USER_HOME
diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle
index d1cffce1f759757ac7cbbed6ce346d8d8f25f0a2..bd57163313d2cfa71465e750f17cb148ec8fda65 100644
--- a/matrix-sdk-android/build.gradle
+++ b/matrix-sdk-android/build.gradle
@@ -205,7 +205,7 @@ dependencies {
     //Bcrypt
     implementation 'at.favre.lib:bcrypt:0.9.0'
 
-    implementation("org.futo.rustcomponents:crypto-android:0.3.15.2")
+    implementation 'org.futo.gitlab.circles:circles-rust-components-kotlin:v1.5.14.6'
     //rustCryptoApi project(":library:rustCrypto")
 
     testImplementation libs.tests.junit