Skip to content

Commit

Permalink
Merge pull request #81 from LikeTheSalad/renovate-otel-version-fix
Browse files Browse the repository at this point in the history
Renovate otel version fix
  • Loading branch information
LikeTheSalad authored Sep 14, 2023
2 parents 72d35d3 + 7449ae5 commit 8b12e36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,12 @@ android {
}
}

val otelVersion = project.property("otel.sdk.version")

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core:1.12.0")
implementation("androidx.navigation:navigation-fragment:2.7.2")

api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelVersion-alpha"))
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${property("otel.sdk.version")}-alpha"))
api("io.opentelemetry:opentelemetry-api")
implementation("io.opentelemetry:opentelemetry-sdk")
implementation("io.opentelemetry:opentelemetry-exporter-zipkin")
Expand Down

0 comments on commit 8b12e36

Please sign in to comment.