From 17303db8e6ffee949043111299159e4a0f66fe2a Mon Sep 17 00:00:00 2001 From: fhuya Date: Mon, 24 Feb 2020 22:38:37 -0500 Subject: Update sample project based on feedback to the Android plugin refactor PR. --- hello_world/demo/export_presets.cfg | 2 +- hello_world/plugin/libs/godot-lib.release.aar | Bin 9139166 -> 9149797 bytes hello_world/plugin/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hello_world/demo/export_presets.cfg b/hello_world/demo/export_presets.cfg index dd2a8eb..45a64ca 100644 --- a/hello_world/demo/export_presets.cfg +++ b/hello_world/demo/export_presets.cfg @@ -22,7 +22,7 @@ one_click_deploy/clear_previous_install=false custom_template/debug="" custom_template/release="" custom_template/use_custom_build=true -custom_template/v2_plugins="HelloWorld" +custom_template/plugins="HelloWorld" command_line/extra_args="" version/code=1 version/name="1.0" diff --git a/hello_world/plugin/libs/godot-lib.release.aar b/hello_world/plugin/libs/godot-lib.release.aar index ee116a4..4762e4f 100644 Binary files a/hello_world/plugin/libs/godot-lib.release.aar and b/hello_world/plugin/libs/godot-lib.release.aar differ diff --git a/hello_world/plugin/src/main/AndroidManifest.xml b/hello_world/plugin/src/main/AndroidManifest.xml index 63ec50f..8bb5fa4 100644 --- a/hello_world/plugin/src/main/AndroidManifest.xml +++ b/hello_world/plugin/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ -- cgit v1.2.3