Skip to content

Commit 2ec62d6

Browse files
chore: update scripts/android-version.ps1 to 8.19.1 (#315)
Co-authored-by: GitHub <[email protected]>
1 parent d78d060 commit 2ec62d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
- Bump Native SDK from v0.9.1 to v0.10.0 ([#311](https://github.com/getsentry/sentry-godot/pull/311))
3030
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100)
3131
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.1...0.10.0)
32-
- Bump Sentry Android from v8.18.0 to v8.19.0 ([#312](https://github.com/getsentry/sentry-godot/pull/312))
33-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190)
34-
- [diff](https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.0)
32+
- Bump Sentry Android from v8.18.0 to v8.19.1 ([#312](https://github.com/getsentry/sentry-godot/pull/312), [#315](https://github.com/getsentry/sentry-godot/pull/315))
33+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8191)
34+
- [diff](https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.1)
3535

3636
## 1.0.0-alpha.3
3737

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

0 commit comments

Comments
 (0)