Skip to content

Commit 6471b64

Browse files
Update dependencies
1 parent b9fcf0d commit 6471b64

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)