Skip to content

Commit 31d164d

Browse files
Update dependencies
1 parent c4efd2f commit 31d164d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/build.gradle

+3-4
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)