Bumped dependencies

This commit is contained in:
Sylvain Berfini 2025-06-25 16:09:01 +02:00
parent 187946bf34
commit 6c97ee9176
2 changed files with 4 additions and 4 deletions

View file

@ -1325,7 +1325,7 @@ open class ConversationFragment : SlidingPaneChildFragment() {
val model = MessageReactionsModel(chatMessageModel.chatMessage) { reactionsModel ->
coreContext.postOnMainThread {
if (reactionsModel.allReactions.isEmpty) {
if (reactionsModel.allReactions.isEmpty()) {
Log.i("$TAG No reaction to display, closing bottom sheet")
val bottomSheetBehavior = BottomSheetBehavior.from(
binding.messageBottomSheet.root

View file

@ -1,10 +1,10 @@
[versions]
agp = "8.10.1"
kotlin = "2.0.21"
agp = "8.11.0"
kotlin = "2.2.0"
gmsGoogleServices = "4.4.2"
firebaseCrashlytics = "3.0.4"
firebaseBomVersion = "33.15.0"
ktlint = "12.1.2"
ktlint = "12.3.0"
annotations = "1.9.1"
activity = "1.10.1"