Skip to content

Updating opentelemetry sdk#170

Merged
LikeTheSalad merged 6 commits intomainfrom
updating-opentelemetry-sdk
Aug 2, 2023
Merged

Updating opentelemetry sdk#170
LikeTheSalad merged 6 commits intomainfrom
updating-opentelemetry-sdk

Conversation

@LikeTheSalad
Copy link
Contributor

OpenTelemetry java kotlin extension version 1.28.0 introduced kotlin version incompatibilities with kotlin 1.7.10 which is the version of kotlin that we were using here.

This PR takes care of updating opentelemetry to 1.28.0 alongside our kotlin version, the Android Gradle plugin, and Gradle wrapper versions which were needed to compile our project with the newest kotlin version.

@LikeTheSalad LikeTheSalad merged commit be5ac53 into main Aug 2, 2023
@LikeTheSalad LikeTheSalad deleted the updating-opentelemetry-sdk branch August 2, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment