Skip to content

Commit

Permalink
Upgrade AGP and dependencies
Browse files Browse the repository at this point in the history
AGP: 8.7.1 -> 8.7.2
KTX: 1.13.1 -> 1.15.0
Lifecycle Runtime KTX: 2.8.6 -> 2.8.7
Compose BOM: 2024.10.00 -> 2024.10.01
  • Loading branch information
MateusRodCosta committed Nov 1, 2024
1 parent 431aa9f commit 79eb3ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalUriHandler
import androidx.compose.ui.text.SpanStyle
import androidx.compose.ui.text.buildAnnotatedString
Expand Down Expand Up @@ -64,7 +63,8 @@ fun ListItemWithURL(
append(stringPieces[0])
withStyle(
style = SpanStyle(
color = MaterialTheme.colorScheme.tertiary, textDecoration = TextDecoration.Underline
color = MaterialTheme.colorScheme.tertiary,
textDecoration = TextDecoration.Underline
)
) {
if (replaceWithUrl) append(url) else append(linkPlacement)
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
agp = "8.7.1"
agp = "8.7.2"
kotlin = "2.0.21"
ktx = "1.13.1"
ktx = "1.15.0"
preference-ktx = "1.2.1"
lifecycle-runtime-ktx = "2.8.6"
lifecycle-runtime-ktx = "2.8.7"
splashscreen = "1.0.1"
composeBom = "2024.10.00"
composeBom = "2024.10.01"
activityCompose = "1.9.3"
navigationCompose = "2.8.3"
junit = "4.13.2"
Expand Down

0 comments on commit 79eb3ed

Please sign in to comment.