Skip to content

Commit d329035

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/android-version.ps1 to 8.26.0
1 parent 276e0e9 commit d329035

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Sentry Android from v8.25.0 to v8.26.0 ([#444](https://github.com/getsentry/sentry-godot/pull/444))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
10+
311
## 1.1.1
412

513
### Fixes

android_lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation("junit:junit:4.13.2")
3939

4040
// NOTE: All dependencies below must be also updated in sentry_editor_export_plugin.cpp.
41-
implementation("io.sentry:sentry-android:8.25.0")
41+
implementation("io.sentry:sentry-android:8.26.0")
4242
}
4343

4444
val copyDebugAarToProject by tasks.registering(Copy::class) {

src/editor/sentry_editor_export_plugin_android.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PackedStringArray SentryEditorExportPluginAndroid::_get_android_libraries(const
2222
PackedStringArray SentryEditorExportPluginAndroid::_get_android_dependencies(const Ref<EditorExportPlatform> &p_platform, bool p_debug) const {
2323
PackedStringArray deps;
2424
// NOTE: All dependencies below must be also updated in build.gradle.kts.
25-
deps.append("io.sentry:sentry-android:8.25.0");
25+
deps.append("io.sentry:sentry-android:8.26.0");
2626
return deps;
2727
}
2828

0 commit comments

Comments
 (0)