Skip to content

Commit ce82dea

Browse files
chore: update scripts/update-java.ps1 to 7.14.0 (#3532)
1 parent b2d6162 commit ce82dea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Unable to load DLL sentry-native or one of its dependencies
2222
- Bump CLI from v2.32.1 to v2.33.1 ([#3489](https://github.com/getsentry/sentry-dotnet/pull/3489), [#3497](https://github.com/getsentry/sentry-dotnet/pull/3497), [#3520](https://github.com/getsentry/sentry-dotnet/pull/3520))
2323
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2331)
2424
- [diff](https://github.com/getsentry/sentry-cli/compare/2.32.1...2.33.1)
25-
- Bump Java SDK from v7.11.0 to v7.12.1 ([#3503](https://github.com/getsentry/sentry-dotnet/pull/3503))
26-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121)
27-
- [diff](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.1)
25+
- Bump Java SDK from v7.11.0 to v7.14.0 ([#3503](https://github.com/getsentry/sentry-dotnet/pull/3503), [#3532](https://github.com/getsentry/sentry-dotnet/pull/3532))
26+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
27+
- [diff](https://github.com/getsentry/sentry-java/compare/7.11.0...7.14.0)
2828
- Bump Cocoa SDK from v8.30.0 to v8.32.0 ([#3499](https://github.com/getsentry/sentry-dotnet/pull/3499))
2929
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320)
3030
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.32.0)

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net7.0-android</TargetFramework>
44
<!-- BG8605 and BG8606 happen because there's a missing androidx.lifecycle dependency, but we don't need it here. (The native Android Sentry SDK will use it if it exists.) -->
55
<NoWarn>$(NoWarn);BG8605;BG8606</NoWarn>
6-
<SentryAndroidSdkVersion>7.13.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.14.0</SentryAndroidSdkVersion>
77
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
88
<Description>.NET Bindings for the Sentry Android SDK</Description>
99
</PropertyGroup>

0 commit comments

Comments
 (0)