From c4efd2fd44105ce47b3132bafc9c80836b54cef6 Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Tue, 3 Sep 2024 03:56:55 +0530 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 76251f63e..0a2b24565 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -286,12 +286,12 @@ dependencies { implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final" // Jetpack Compose - implementation(platform('androidx.compose:compose-bom:2024.06.00')) - implementation 'androidx.compose.material3:material3:1.3.0-beta05' - implementation 'androidx.compose.material3.adaptive:adaptive:1.0.0-beta04' + implementation(platform('androidx.compose:compose-bom:2024.08.00')) + implementation 'androidx.compose.material3:material3:1.3.0-rc01' + implementation 'androidx.compose.material3.adaptive:adaptive:1.0.0-rc01' implementation 'androidx.activity:activity-compose' implementation 'androidx.compose.ui:ui-tooling-preview' - implementation 'androidx.compose.ui:ui-text:1.7.0-beta07' // Needed for parsing HTML to AnnotatedString + implementation 'androidx.compose.ui:ui-text:1.7.0-rc01' // Needed for parsing HTML to AnnotatedString implementation 'androidx.lifecycle:lifecycle-viewmodel-compose' implementation 'androidx.paging:paging-compose:3.3.2' implementation 'com.github.nanihadesuka:LazyColumnScrollbar:2.2.0'