Skip to content

Commit

Permalink
udpate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 25, 2023
1 parent 1ecc00a commit 34ae44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alp
dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion"))

implementation("io.opentelemetry.android:instrumentation:0.2.0-alpha")
implementation("io.opentelemetry.android:instrumentation:0.3.0-alpha-SNAPSHOT")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")

Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val otelSemconvVersion = "1.21.0-alpha"

dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion"))
implementation("io.opentelemetry.android:instrumentation:0.2.0-alpha")
implementation("io.opentelemetry.android:instrumentation:0.3.0-alpha-SNAPSHOT")

implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.10"))
implementation("androidx.appcompat:appcompat:1.6.1")
Expand Down

0 comments on commit 34ae44e

Please sign in to comment.