File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -286,12 +286,11 @@ dependencies {
286286 implementation " org.ocpsoft.prettytime:prettytime:5.0.8.Final"
287287
288288 // Jetpack Compose
289- implementation(platform(' androidx.compose:compose-bom:2024.08 .00' ))
290- implementation ' androidx.compose.material3:material3:1.3.0-rc01 '
291- implementation ' androidx.compose.material3.adaptive:adaptive:1.0.0-rc01 '
289+ implementation(platform(' androidx.compose:compose-bom:2024.09 .00' ))
290+ implementation ' androidx.compose.material3:material3'
291+ implementation ' androidx.compose.material3.adaptive:adaptive'
292292 implementation ' androidx.activity:activity-compose'
293293 implementation ' androidx.compose.ui:ui-tooling-preview'
294- implementation ' androidx.compose.ui:ui-text:1.7.0-rc01' // Needed for parsing HTML to AnnotatedString
295294 implementation ' androidx.lifecycle:lifecycle-viewmodel-compose'
296295 implementation ' androidx.paging:paging-compose:3.3.2'
297296 implementation ' com.github.nanihadesuka:LazyColumnScrollbar:2.2.0'
You can’t perform that action at this time.
0 commit comments