File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ androidxLifecycle = "2.2.0"
44androidxNavigation = " 2.4.2"
55androidxTestCore = " 1.7.0"
66androidxCompose = " 1.6.3"
7+ asyncProfiler = " 4.2"
78composeCompiler = " 1.5.14"
89coroutines = " 1.6.1"
910espresso = " 3.7.0"
@@ -93,6 +94,8 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
9394androidx-sqlite = { module = " androidx.sqlite:sqlite" , version = " 2.5.2" }
9495androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.2.1" }
9596androidx-browser = { module = " androidx.browser:browser" , version = " 1.8.0" }
97+ async-profiler = { module = " tools.profiler:async-profiler" , version.ref = " asyncProfiler" }
98+ async-profiler-jfr-converter = { module = " tools.profiler:jfr-converter" , version.ref = " asyncProfiler" }
9699coil-compose = { module = " io.coil-kt:coil-compose" , version = " 2.6.0" }
97100commons-compress = {module = " org.apache.commons:commons-compress" , version = " 1.25.0" }
98101context-propagation = { module = " io.micrometer:context-propagation" , version = " 1.1.0" }
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ kotlin { explicitApi() }
2020dependencies {
2121 api(projects.sentry)
2222
23- implementation(" tools.profiler: async-profiler:4.2 " )
24- implementation(" tools. profiler: jfr-converter:4.2 " )
23+ implementation(libs. async.profiler )
24+ implementation(libs.async. profiler. jfr.converter )
2525
2626 compileOnly(libs.jetbrains.annotations)
2727 compileOnly(libs.nopen.annotations)
You can’t perform that action at this time.
0 commit comments