diff --git a/auth/build.gradle b/auth/build.gradle index cb98c75473ba0fcb1e9031a7073febae10229f23..1bd1a82c631f20adea4f4fc8766e6850881b720a 100644 --- a/auth/build.gradle +++ b/auth/build.gradle @@ -70,10 +70,10 @@ dependencies { implementation 'com.nulab-inc:zxcvbn:1.9.0' //Subscriptions - gplayImplementation 'com.android.billingclient:billing-ktx:6.2.1' + gplayImplementation 'com.android.billingclient:billing-ktx:7.0.0' //PasswordManager - def credentials_version = '1.3.0-alpha03' + def credentials_version = '1.3.0-alpha04' gplayImplementation "androidx.credentials:credentials:$credentials_version" gplayImplementation "androidx.credentials:credentials-play-services-auth:$credentials_version" diff --git a/core/build.gradle b/core/build.gradle index 932d0edb44b93011cd83f02f22068a1ed738a1ce..5f4cb10d735bf1110a725f3b46a82882c44227a5 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -63,7 +63,7 @@ dependencies { api 'androidx.core:core-ktx:1.13.1' //androidx lifecycle - def lifecycle_version = "2.7.0" + def lifecycle_version = "2.8.0" api "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" api "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" api "androidx.lifecycle:lifecycle-process:$lifecycle_version" @@ -80,12 +80,12 @@ dependencies { kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version" //Matrix release -// api('org.futo.gitlab.circles:matrix-android-sdk:v1.6.10.35@aar') { -// transitive = true -// } + api('org.futo.gitlab.circles:matrix-android-sdk:v1.6.10.38@aar') { + transitive = true + } //Matrix mavenLocal testing - api "org.futo.gitlab.circles:matrix-android-sdk:0.1.57" + //api "org.futo.gitlab.circles:matrix-android-sdk:0.1.57" //Retrofit2 def retrofit_version = '2.11.0' @@ -117,7 +117,7 @@ dependencies { api "io.noties.markwon:linkify:$markwon_version" api "io.noties.markwon:ext-strikethrough:$markwon_version" api "io.noties.markwon:ext-tasklist:$markwon_version" - api 'io.element.android:wysiwyg:2.37.1' + api 'io.element.android:wysiwyg:2.37.2' //ExoPlayer def exoplayer_version = '1.3.1'