Skip to content

Commit 73c0e2d

Browse files
committed
Merge branch 'main' into andrey/match-attributes
* main: chore: simplify maui project by removing dependency repetitions (#451) fix: Remove 3 dependencies from MAUI Android (3 aar files) (#449) # Conflicts: # sdk/@launchdarkly/mobile-dotnet/android/native/LDObserve/build.gradle.kts # sdk/@launchdarkly/mobile-dotnet/observability/Directory.Build.props
2 parents 2803207 + c6260be commit 73c0e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/@launchdarkly/mobile-dotnet/android/native/LDObserve/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation("com.launchdarkly:launchdarkly-observability-android:0.0.0-local")
5353

5454
// TODO: revise these versions to be as old as usable for compatibility
55-
// OpenTelemetry JARs copied here are filtered in observability/NativeAndroidDeps.props (autoconfigure vs autoconfigure-spi).
55+
// OpenTelemetry JARs copied here are filtered for NuGet in observability/LDObservability.Fat.csproj (autoconfigure vs autoconfigure-spi).
5656
implementation("io.opentelemetry:opentelemetry-api:1.51.0")
5757
"copyDependencies"("io.opentelemetry:opentelemetry-api:1.51.0")
5858

0 commit comments

Comments
 (0)