Skip to content

Commit

Permalink
Introduce Runtime Tracing to androidApp
Browse files Browse the repository at this point in the history
  • Loading branch information
kubode committed Nov 12, 2023
1 parent ffb9076 commit cb168b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ android-gradle-plugin = "8.1.3"
androidx-compose-compiler = "1.5.4"
androidx-compose-foundation = "1.6.0-alpha08"
androidx-compose-ui = "1.6.0-alpha08"
androidx-compose-runtime = "1.0.0-alpha04"
androidx-activity = "1.8.0"
maven-publish = "0.25.3"

Expand All @@ -16,6 +17,7 @@ androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", ver
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-foundation" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose-ui" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-compose-ui" }
androidx-compose-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "androidx-compose-runtime" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }

[plugins]
Expand Down
1 change: 1 addition & 0 deletions sample/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {
implementation(libs.androidx.compose.foundation)
implementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.compose.runtime.tracing)
}

0 comments on commit cb168b7

Please sign in to comment.