mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-alpha16
This commit is contained in:
parent
a9d75148fd
commit
21a7baa309
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class BaselineProfileGenerator {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun generateBaselineProfile() =
|
fun generateBaselineProfile() =
|
||||||
baselineProfileRule.collectBaselineProfile(
|
baselineProfileRule.collect(
|
||||||
packageName = PACKAGE_NAME,
|
packageName = PACKAGE_NAME,
|
||||||
maxIterations = 8,
|
maxIterations = 8,
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -18,7 +18,7 @@ workmanager = "2.8.1"
|
||||||
[libraries]
|
[libraries]
|
||||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
|
||||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha15"
|
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha16"
|
||||||
androidx-browser = "androidx.browser:browser:1.5.0"
|
androidx-browser = "androidx.browser:browser:1.5.0"
|
||||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.04.00-beta02"
|
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.04.00-beta02"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue