Skip to content

Commit fd64ac4

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/android-version.ps1 to 8.21.0
1 parent 56d75d6 commit fd64ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)