Skip to content

Commit

Permalink
Merge pull request godotengine#50230 from akien-mga/3.x-fix-syntax-er…
Browse files Browse the repository at this point in the history
…ror-50227

Android: Fix syntax error in godotengine#50227
  • Loading branch information
akien-mga authored Jul 6, 2021
2 parents 7c8cc03 + 3d16bfc commit 031a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/export/gradle_export_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ String _get_application_tag(const Ref<EditorExportPreset> &p_preset, bool p_has_
" android:isGame=\"%s\"\n"
" android:requestLegacyExternalStorage=\"%s\"\n"
" tools:replace=\"android:allowBackup,android:isGame,android:requestLegacyExternalStorage\"\n"
" tools:ignore=\"GoogleAppIndexingWarning\">\n\n",
" tools:ignore=\"GoogleAppIndexingWarning\">\n\n"
" <meta-data tools:node=\"remove\" android:name=\"xr_mode_metadata_name\" />\n",
bool_to_string(p_preset->get("user_data_backup/allow")),
bool_to_string(p_preset->get("package/classify_as_game")),
Expand Down

0 comments on commit 031a034

Please sign in to comment.