diff --git a/CHANGELOG.md b/CHANGELOG.md index 70dc0214c6..db48381f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixes + +- Sentry Java SDK dependencies are now detected and included in the Android bindings ([#4079](https://github.com/getsentry/sentry-dotnet/pull/4079)) + ## 5.5.0 ### Features diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index b438dfde48..5893bf65c8 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -1,10 +1,8 @@ - net8.0-android34.0 - - $(NoWarn);BG8605;BG8606 + net8.0-android34.0;net9.0-android35.0 8.6.0 - $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ + $(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK @@ -31,10 +29,46 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46,13 +80,13 @@ + + - + - + - - - + + + + +