Skip to content

Commit 43d4fb1

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore: update scripts/update-java.ps1 to 8.27.1 (#4761)
Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent d6d4cde commit 43d4fb1

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
@@ -27,6 +27,9 @@
2727
- Bump Native SDK from v0.12.1 to v0.12.2 ([#4780](https://github.com/getsentry/sentry-dotnet/pull/4780))
2828
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0122)
2929
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.1...0.12.2)
30+
- Bump Java SDK from v8.26.0 to v8.27.1 ([#4761](https://github.com/getsentry/sentry-dotnet/pull/4761))
31+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
32+
- [diff](https://github.com/getsentry/sentry-java/compare/8.26.0...8.27.1)
3033

3134
## 6.0.0-rc.2
3235

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.26.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.27.1</SentryAndroidSdkVersion>
55
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
66
<!-- This gets resolved by the DownloadSentryAndroidSdk target -->
77
<SentryNativeNdkVersion></SentryNativeNdkVersion>

0 commit comments

Comments
 (0)