From f2ea6d8e0e3687bd3cd450ee0d19d0b557b7f523 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Sun, 14 Jul 2024 16:56:59 -0700 Subject: [PATCH] android test --- .gitignore | 1 - .gitmodules | 3 +++ android | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 android diff --git a/.gitignore b/.gitignore index 2a595d3..cfcc766 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ text.ja.translation Midori in the Magic School.apk Midori in the Magic School.x86_64 Midori in the Magic School.arm64 -android diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e3cfc47 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "android"] + path = android + url = https://git.asgardius.company/asgardius/virtualxrpg-android.git diff --git a/android b/android new file mode 160000 index 0000000..b921bf7 --- /dev/null +++ b/android @@ -0,0 +1 @@ +Subproject commit b921bf78bbcf67a81bfc0cd81b5b58594d7163d7