File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,12 +284,11 @@ dependencies {
284284 implementation " org.ocpsoft.prettytime:prettytime:5.0.8.Final"
285285
286286 // Jetpack Compose
287- implementation(platform(' androidx.compose:compose-bom:2024.08.00 ' ))
288- implementation ' androidx.compose.material3:material3:1.3.0-rc01 '
289- implementation ' androidx.compose.material3.adaptive:adaptive:1.0.0-rc01 '
287+ implementation(platform(' androidx.compose:compose-bom:2024.09.01 ' ))
288+ implementation ' androidx.compose.material3:material3'
289+ implementation ' androidx.compose.material3.adaptive:adaptive'
290290 implementation ' androidx.activity:activity-compose'
291291 implementation ' androidx.compose.ui:ui-tooling-preview'
292- implementation ' androidx.compose.ui:ui-text:1.7.0-rc01' // Needed for parsing HTML to AnnotatedString
293292 implementation ' androidx.lifecycle:lifecycle-viewmodel-compose'
294293 implementation ' androidx.paging:paging-compose:3.3.2'
295294 implementation ' com.github.nanihadesuka:LazyColumnScrollbar:2.2.0'
You can’t perform that action at this time.
0 commit comments