Skip to content

Commit d9df6a7

Browse files
committed
reuse async profiler version
1 parent 9a2adb3 commit d9df6a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ androidxLifecycle = "2.2.0"
44
androidxNavigation = "2.4.2"
55
androidxTestCore = "1.7.0"
66
androidxCompose = "1.6.3"
7+
asyncProfiler = "4.2"
78
composeCompiler = "1.5.14"
89
coroutines = "1.6.1"
910
espresso = "3.7.0"
@@ -93,8 +94,8 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
9394
androidx-sqlite = { module = "androidx.sqlite:sqlite", version = "2.5.2" }
9495
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" }
9596
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
96-
async-profiler = { module = "tools.profiler:async-profiler", version = "4.2" }
97-
async-profiler-jfr-converter = { module = "tools.profiler:jfr-converter", version = "4.2" }
97+
async-profiler = { module = "tools.profiler:async-profiler", version.ref = "asyncProfiler" }
98+
async-profiler-jfr-converter = { module = "tools.profiler:jfr-converter", version.ref = "asyncProfiler" }
9899
coil-compose = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
99100
commons-compress = {module = "org.apache.commons:commons-compress", version = "1.25.0"}
100101
context-propagation = { module = "io.micrometer:context-propagation", version = "1.1.0" }

0 commit comments

Comments
 (0)