diff options
author | NeroBurner <pyro4hell@gmail.com> | 2021-06-21 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 20:51:42 +0100 |
commit | a7143c2a8c48b234d78ec666193b942ae0b62ca3 (patch) | |
tree | c6ba5317ba853536d25709f80aadc4036c14dfd3 /build/android/native/src/main | |
parent | 7fdbf3f231976257a1c246c6ebcdbc5bb8fa5571 (diff) | |
download | minetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.tar.gz minetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.tar.bz2 minetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.zip |
Move build/android directory to root of project (#11283)
Diffstat (limited to 'build/android/native/src/main')
-rw-r--r-- | build/android/native/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/native/src/main/AndroidManifest.xml b/build/android/native/src/main/AndroidManifest.xml deleted file mode 100644 index 19451c7fd..000000000 --- a/build/android/native/src/main/AndroidManifest.xml +++ /dev/null @@ -1 +0,0 @@ -<manifest package="net.minetest" /> |