Skip to content

Commit

Permalink
0.9.1 patch (#761)
Browse files Browse the repository at this point in the history
* Adding publish conventions (#760)

(cherry picked from commit fcc50a0)

* Setting patch version
  • Loading branch information
LikeTheSalad authored Jan 21, 2025
1 parent f0270af commit b3b85cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("otel.android-library-conventions")
id("otel.publish-conventions")
}

description = "OpenTelemetry android common utils"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ android.useAndroidX=true

android.minSdk=21
android.compileSdk=35
version=0.9.0
version=0.9.1
group=io.opentelemetry.android
1 change: 1 addition & 0 deletions services/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("otel.android-library-conventions")
id("otel.publish-conventions")
}

description = "OpenTelemetry android internal services"
Expand Down
1 change: 1 addition & 0 deletions session/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("otel.android-library-conventions")
id("otel.publish-conventions")
}

description = "OpenTelemetry android session api"
Expand Down

0 comments on commit b3b85cc

Please sign in to comment.