Skip to content

Commit 9a2adb3

Browse files
committed
Move async-profiler dependencies into toml file
1 parent 7ca207f commit 9a2adb3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
9393
androidx-sqlite = { module = "androidx.sqlite:sqlite", version = "2.5.2" }
9494
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" }
9595
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" }
9698
coil-compose = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
9799
commons-compress = {module = "org.apache.commons:commons-compress", version = "1.25.0"}
98100
context-propagation = { module = "io.micrometer:context-propagation", version = "1.1.0" }

sentry-async-profiler/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ kotlin { explicitApi() }
2020
dependencies {
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)

0 commit comments

Comments
 (0)