Skip to content

Commit cbe1af4

Browse files
chore: update scripts/update-java.ps1 to 7.17.0 (#3749)
1 parent b478665 commit cbe1af4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Bump Native SDK from v0.7.11 to v0.7.12 ([#3731](https://github.com/getsentry/sentry-dotnet/pull/3731))
1515
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0712)
1616
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.11...0.7.12)
17+
- Bump Java SDK from v7.16.0 to v7.17.0 ([#3749](https://github.com/getsentry/sentry-dotnet/pull/3749))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.17.0)
1720

1821
## 4.13.0
1922

Diff for: src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

+1-1
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.16.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.17.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)