File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616- Potential crash in SentryLogger if removed early ([ #323 ] ( https://github.com/getsentry/sentry-godot/pull/323 ) )
1717- Ensure compatibility with minSdk 24 on Android ([ #324 ] ( https://github.com/getsentry/sentry-godot/pull/324 ) )
1818
19+ ### Dependencies
20+
21+ - Bump Sentry Android from v8.19.1 to v8.20.0 ([ #325 ] ( https://github.com/getsentry/sentry-godot/pull/325 ) )
22+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200 )
23+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.19.1...8.20.0 )
24+
1925## Other changes
2026
2127- Move native and Android internal code into respective namespaces ([ #333 ] ( https://github.com/getsentry/sentry-godot/pull/333 ) )
Original file line number Diff line number Diff 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
4444val copyDebugAarToProject by tasks.registering(Copy ::class ) {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PackedStringArray SentryEditorExportPluginAndroid::_get_android_libraries(const
2222PackedStringArray 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
You can’t perform that action at this time.
0 commit comments