Skip to content

Commit 2a1ffef

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 8.26.0
1 parent dadd070 commit 2a1ffef

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
@@ -45,9 +45,9 @@
4545

4646
### Dependencies
4747

48-
- Bump Java SDK from v8.24.0 to v8.25.0 ([#4679](https://github.com/getsentry/sentry-dotnet/pull/4679))
49-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8250)
50-
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.25.0)
48+
- Bump Java SDK from v8.24.0 to v8.26.0 ([#4679](https://github.com/getsentry/sentry-dotnet/pull/4679), [#3](https://github.com/eaze/sentry-dotnet/pull/3))
49+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
50+
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.26.0)
5151
- Bump Native SDK from v0.12.0 to v0.12.1 ([#4690](https://github.com/getsentry/sentry-dotnet/pull/4690), [#4737](https://github.com/getsentry/sentry-dotnet/pull/4737))
5252
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
5353
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.0...0.12.1)

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.24.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.26.0</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)