Skip to content

Commit f47bac4

Browse files
chore: update scripts/update-java.ps1 to 7.3.0 (#3098)
1 parent 36cc3bc commit f47bac4

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
@@ -4,6 +4,9 @@
44

55
### Dependencies
66

7+
- Bump Java SDK from v7.2.0 to v7.3.0 ([#3098](https://github.com/getsentry/sentry-dotnet/pull/3098))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.2.0...7.3.0)
710
- Bump CLI from v2.26.0 to v2.27.0 ([#3099](https://github.com/getsentry/sentry-dotnet/pull/3099))
811
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2270)
912
- [diff](https://github.com/getsentry/sentry-cli/compare/2.26.0...2.27.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.2.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.3.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)