Skip to content

Commit 578a316

Browse files
authored
Merge pull request #448 from Pluu/pluu/update_androidx
Updates AndroidX May 20, 2025
2 parents 5e776e9 + 420a092 commit 578a316

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ androidxLifecycle = "2.9.0"
1515
# https://developer.android.com/jetpack/androidx/releases/activity
1616
androidxActivity = "1.10.1"
1717
# https://developer.android.com/jetpack/androidx/releases/datastore
18-
androidxDatastore = "1.1.6"
18+
androidxDatastore = "1.1.7"
1919
# https://developer.android.com/jetpack/androidx/releases/glance
2020
androidxGlance = "1.1.1"
2121
glanceExperimentalTools = "0.2.2"
@@ -26,7 +26,7 @@ baselineprofile = "1.3.4"
2626

2727
## Compose
2828
# https://developer.android.com/develop/ui/compose/bom/bom-mapping
29-
androidxComposeBom = "2025.05.00"
29+
androidxComposeBom = "2025.05.01"
3030
# https://developer.android.com/jetpack/androidx/releases/navigation
3131
androidxComposeNavigation = "2.9.0"
3232
# https://developer.android.com/jetpack/androidx/releases/compose-material3
@@ -81,7 +81,6 @@ ossLicensesPlugin = "0.10.6"
8181
junit4 = "4.13.2"
8282
# https://mvnrepository.com/artifact/org.junit.vintage/junit-vintage-engine
8383
junitVintageEngine = "5.12.2"
84-
ui-test-junit4 = "1.8.1"
8584
# https://developer.android.com/jetpack/androidx/releases/test-uiautomator
8685
uiAutomator = "2.3.0"
8786
androidxTestRunner = "1.6.2"
@@ -110,7 +109,7 @@ test-mockito-kotlin = "5.4.0"
110109
# https://github.com/mannodermaus/android-junit5
111110
test-junit5-plugin = "1.12.0.0"
112111
# https://github.com/junit-team/junit5
113-
test-junit5 = "5.12.1"
112+
test-junit5 = "5.12.2"
114113

115114
[libraries]
116115
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
@@ -131,7 +130,7 @@ androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profi
131130
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
132131
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" }
133132
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
134-
androidx-compose-ui-test = { group = "androidx.compose.ui", name = "ui-test-junit4", version.ref = "ui-test-junit4" }
133+
androidx-compose-ui-test = { group = "androidx.compose.ui", name = "ui-test-junit4" }
135134
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
136135
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
137136
androidx-compose-ui-testManifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }

0 commit comments

Comments
 (0)