Skip to content

Commit bea3fcf

Browse files
chore: update scripts/update-java.ps1 to 7.7.0 (#3268)
Co-authored-by: GitHub <noreply@github.com>
1 parent a6e38bf commit bea3fcf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
- Bump Native SDK from v0.7.0 to v0.7.2 ([#3237](https://github.com/getsentry/sentry-dotnet/pull/3237), [#3256](https://github.com/getsentry/sentry-dotnet/pull/3256))
2525
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#072)
2626
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.0...0.7.2)
27+
- Bump Java SDK from v7.6.0 to v7.7.0 ([#3268](https://github.com/getsentry/sentry-dotnet/pull/3268))
28+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#770)
29+
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.7.0)
2730

2831
## 4.2.1
2932

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.6.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.7.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)