Skip to content

Commit 304be9d

Browse files
chore: update scripts/android-version.ps1 to 8.20.0 (#325)
Co-authored-by: GitHub <[email protected]>
1 parent a730cf1 commit 304be9d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ This change provides better type safety, improved readability, and enables futur
4444
- Bump Native SDK from v0.10.0 to v0.10.1 ([#344](https://github.com/getsentry/sentry-godot/pull/344))
4545
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
4646
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.1)
47+
- Bump Sentry Android from v8.19.1 to v8.20.0 ([#325](https://github.com/getsentry/sentry-godot/pull/325))
48+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200)
49+
- [diff](https://github.com/getsentry/sentry-java/compare/8.19.1...8.20.0)
4750

4851
## Other changes
4952

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.19.1")
41+
implementation("io.sentry:sentry-android:8.20.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.19.1");
25+
deps.append("io.sentry:sentry-android:8.20.0");
2626
return deps;
2727
}
2828

0 commit comments

Comments
 (0)