diff --git a/core/build.gradle b/core/build.gradle index 33a1e1f29e79a46b0c9b9937b6af6125db5f8a03..06761d38d9f53b2e94e9f18504f435a5f95fc660 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -69,7 +69,7 @@ dependencies { kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version" //Matrix - api 'org.matrix.android:matrix-sdk-android:1.5.30.15' + api 'org.matrix.android:matrix-sdk-android:1.5.30.16' //Retrofit2 def retrofit_version = '2.9.0'