Skip to content

Commit 4e5880c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 8.31.0
1 parent 09a72cb commit 4e5880c

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
@@ -18,9 +18,9 @@
1818
- Bump Native SDK from v0.12.2 to v0.12.4 ([#4832](https://github.com/getsentry/sentry-dotnet/pull/4832), [#4875](https://github.com/getsentry/sentry-dotnet/pull/4875))
1919
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0124)
2020
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.2...0.12.4)
21-
- Bump Java SDK from v8.28.0 to v8.29.0 ([#4817](https://github.com/getsentry/sentry-dotnet/pull/4817))
22-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
23-
- [diff](https://github.com/getsentry/sentry-java/compare/8.28.0...8.29.0)
21+
- Bump Java SDK from v8.28.0 to v8.31.0 ([#4817](https://github.com/getsentry/sentry-dotnet/pull/4817), [#4843](https://github.com/getsentry/sentry-dotnet/pull/4843))
22+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310)
23+
- [diff](https://github.com/getsentry/sentry-java/compare/8.28.0...8.31.0)
2424

2525
## 6.0.0
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(LatestAndroidTfm);$(PreviousAndroidTfm)</TargetFrameworks>
4-
<SentryAndroidSdkVersion>8.29.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.31.0</SentryAndroidSdkVersion>
55
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
66
<!-- This gets resolved by the DownloadSentryAndroidSdk unless using local maven references -->
77
<SentryNativeNdkVersion></SentryNativeNdkVersion>

0 commit comments

Comments
 (0)