Skip to content

Commit

Permalink
Make parsed links clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Jul 10, 2024
1 parent f9c1a1e commit 3ce32b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ dependencies {

// Jetpack Compose
implementation(platform('androidx.compose:compose-bom:2024.06.00'))
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material3:material3:1.3.0-beta04'
implementation 'androidx.activity:activity-compose'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.ui:ui-text:1.7.0-beta04' // Needed for parsing HTML to AnnotatedString
Expand Down

0 comments on commit 3ce32b0

Please sign in to comment.