open-telemetry / opentelemetry-android

OpenTelemetry Tooling for Android
Apache License 2.0
147 stars 33 forks source link

Using AGP version from single catalog #378

Closed LikeTheSalad closed 4 months ago

LikeTheSalad commented 4 months ago

To avoid these issues: https://github.com/open-telemetry/opentelemetry-android/pull/376 and https://github.com/open-telemetry/opentelemetry-android/pull/377

These changes align the demo-app and android-agent projects to share the same AGP version. This is needed because otherwise, the demo-app project will refuse to compile when the android-agent project uses a different AGP version. This happens because the android-agent project is compiled as part of the demo-app compilation, making both projects' compilation classpath available in the same gradlew execution.