diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-17 12:10:09 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-17 12:10:09 -0700 |
commit | f3acc67f0d9ce54b635372db0d59f247f9aab0ea (patch) | |
tree | cf78dd442dc40b29cb447e02d67ae7baaf4ef68c /plugins/hello_gdextension/src | |
parent | 1f04b16320add64cea98e33fe541b426ff321713 (diff) | |
download | godot-android-samples-f3acc67f0d9ce54b635372db0d59f247f9aab0ea.tar.gz godot-android-samples-f3acc67f0d9ce54b635372db0d59f247f9aab0ea.tar.bz2 godot-android-samples-f3acc67f0d9ce54b635372db0d59f247f9aab0ea.zip |
Update AGP to version 7.4.0
Diffstat (limited to 'plugins/hello_gdextension/src')
-rw-r--r-- | plugins/hello_gdextension/src/main/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/hello_gdextension/src/main/AndroidManifest.xml b/plugins/hello_gdextension/src/main/AndroidManifest.xml index e65c66c..d85319e 100644 --- a/plugins/hello_gdextension/src/main/AndroidManifest.xml +++ b/plugins/hello_gdextension/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="fhuyakou.godot.plugin.android.hellogdextension"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <!-- |