diff --git a/auth/build.gradle b/auth/build.gradle index 43cca46bd6c164203eae60b620d57f538429a94b..b7fc72c43d057ea3882e037b9edcef086eb7fb80 100644 --- a/auth/build.gradle +++ b/auth/build.gradle @@ -73,13 +73,13 @@ dependencies { implementation project(path: ':core') //ChromeTabs - implementation "androidx.browser:browser:1.7.0" + implementation 'androidx.browser:browser:1.8.0' //Password strength implementation 'com.nulab-inc:zxcvbn:1.8.2' //Subscriptions - gplayImplementation 'com.android.billingclient:billing-ktx:6.1.0' + gplayImplementation 'com.android.billingclient:billing-ktx:6.2.0' //QR implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2' diff --git a/core/build.gradle b/core/build.gradle index 84cf2c33507a99bdefafea6cc525249365bd0b12..d9ca5b19b72d3849e37969693540c6eb27489e04 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -112,7 +112,7 @@ dependencies { api "io.noties.markwon:ext-strikethrough:$markwon_version" api "io.noties.markwon:ext-tasklist:$markwon_version" - api 'io.element.android:wysiwyg:2.30.0' + api 'io.element.android:wysiwyg:2.32.0' //Shake detection implementation 'com.squareup:seismic:1.0.3'