Skip to content

Commit 877c401

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 8.27.1
1 parent 959a506 commit 877c401

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
@@ -13,9 +13,9 @@
1313

1414
### Dependencies
1515

16-
- Bump Java SDK from v8.24.0 to v8.26.0 ([#4728](https://github.com/getsentry/sentry-dotnet/pull/4728))
17-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
18-
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.26.0)
16+
- Bump Java SDK from v8.24.0 to v8.27.1 ([#4728](https://github.com/getsentry/sentry-dotnet/pull/4728), [#4761](https://github.com/getsentry/sentry-dotnet/pull/4761))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.27.1)
1919

2020
## 6.0.0-rc.1
2121

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)