From 5c9499a263da44d5a7db805d4881939b28800599 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 22 Jan 2020 15:17:21 +0100 Subject: [PATCH] Revert "Removed android." This reverts commit a88de1563b5699ef16d73cbcdfd867da9d887795. --- android/AndroidManifest.xml | 79 +++++++++++++++++++++++++++++++++++++ android/project.properties | 1 + 2 files changed, 80 insertions(+) create mode 100644 android/AndroidManifest.xml create mode 100644 android/project.properties diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml new file mode 100644 index 0000000..f458c6a --- /dev/null +++ b/android/AndroidManifest.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/project.properties b/android/project.properties new file mode 100644 index 0000000..a08f37e --- /dev/null +++ b/android/project.properties @@ -0,0 +1 @@ +target=android-21 \ No newline at end of file