File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/Sentry/buildTransitive Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Fixes
6+
7+ - Do not allow multiple ` sentry.proguard-uuid ` metadata to be set in Android manifest ([ #4647 ] ( https://github.com/getsentry/sentry-dotnet/pull/4647 ) )
8+
59### Dependencies
610
711- Bump Cocoa SDK from v8.56.2 to v8.57.0 ([ #4637 ] ( https://github.com/getsentry/sentry-dotnet/pull/4637 ) )
Original file line number Diff line number Diff line change 271271 <Warning Condition =" '$(_SentryCLIExitCode)' != '0'" Text =" Sentry CLI could not upload debug files." />
272272 </Target >
273273
274- <Target Name =" UpdateAndroidMetadata" BeforeTargets =" GetAssemblyAttributes"
275- Condition ="
276- $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
274+ <!-- Only for the application assembly: https://github.com/getsentry/sentry-dotnet/pull/4647 -->
275+ <Target Name =" UpdateAndroidMetadata"
276+ BeforeTargets =" GetAssemblyAttributes"
277+ Condition =" '$(AndroidApplication)' == 'True'
278+ and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
277279 and '$(SentryUploadAndroidProGuardMapping)' == 'true'" >
278-
279280 <ItemGroup >
280281 <AssemblyAttribute Include =" Android.App.MetaData" >
281282 <_Parameter1 >io.sentry.proguard-uuid</_Parameter1 >
You can’t perform that action at this time.
0 commit comments