Skip to content

Commit bf8d80e

Browse files
chore: update scripts/android-version.ps1 to 8.52.0 (#855)
Co-authored-by: GitHub <noreply@github.com>
1 parent df054c1 commit bf8d80e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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.51.0 to v8.52.0 ([#855](https://github.com/getsentry/sentry-godot/pull/855))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8520)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.51.0...8.52.0)
10+
311
## 2.1.1
412

513
### Fixes

android_lib/build.gradle.kts

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

4242
// NOTE: All dependencies below must be also updated in sentry_editor_export_plugin.cpp.
43-
implementation("io.sentry:sentry-android:8.51.0")
43+
implementation("io.sentry:sentry-android:8.52.0")
4444
}
4545

4646
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
@@ -25,7 +25,7 @@ PackedStringArray SentryEditorExportPluginAndroid::_get_android_libraries(const
2525
PackedStringArray SentryEditorExportPluginAndroid::_get_android_dependencies(const Ref<EditorExportPlatform> &p_platform, bool p_debug) const {
2626
PackedStringArray deps;
2727
// NOTE: All dependencies below must be also updated in build.gradle.kts.
28-
deps.append("io.sentry:sentry-android:8.51.0");
28+
deps.append("io.sentry:sentry-android:8.52.0");
2929
return deps;
3030
}
3131

0 commit comments

Comments
 (0)