diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:51:15 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:51:15 -0700 |
commit | 9e97f5749ab2e1524cffea9a753118ed4ab21a43 (patch) | |
tree | 9b2e2aeda0c161e3027c5a04dfbc7b25accb1394 | |
parent | b4844e98619766232645d70f80a29c2a53bc2709 (diff) | |
download | godot-android-samples-9e97f5749ab2e1524cffea9a753118ed4ab21a43.tar.gz godot-android-samples-9e97f5749ab2e1524cffea9a753118ed4ab21a43.tar.bz2 godot-android-samples-9e97f5749ab2e1524cffea9a753118ed4ab21a43.zip |
Add `apps` directory for Godot Android apps built using the Godot Android library
-rw-r--r-- | apps/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/README.md b/apps/README.md new file mode 100644 index 0000000..987b892 --- /dev/null +++ b/apps/README.md @@ -0,0 +1,5 @@ +# Godot Sample Android Apps + +**Requires Godot 4.2 or above** + +Sample apps showcasing how to build Android apps using the Godot Android library |