Skip to content

Commit 757d79b

Browse files
Update elastic-agent to v1.5.0 (#42)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent e84cc9d commit 757d79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33
plugins {
44
id("com.android.application")
55
id("org.jetbrains.kotlin.android")
6-
id("co.elastic.otel.android.agent") version "1.4.0"
7-
id("co.elastic.otel.android.instrumentation.okhttp") version "1.4.0"
6+
id("co.elastic.otel.android.agent") version "1.5.0"
7+
id("co.elastic.otel.android.instrumentation.okhttp") version "1.5.0"
88
}
99

1010
android {

0 commit comments

Comments
 (0)