Skip to content

Commit 0cfb9b5

Browse files
authored
put version string literal back into README (#1401)
1 parent abce23c commit 0cfb9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ from all other opentelemetry dependencies:
3737
```kotlin
3838
dependencies {
3939
//...
40-
api(platform("io.opentelemetry.android:opentelemetry-android-bom:<version>"))
40+
api(platform("io.opentelemetry.android:opentelemetry-android-bom:0.16.0-alpha"))
4141
implementation("io.opentelemetry.android:android-agent") // Version is resolved through the BOM
4242
//...
4343
}

0 commit comments

Comments
 (0)