From 5c9499a263da44d5a7db805d4881939b28800599 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 22 Jan 2020 15:17:21 +0100 Subject: 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 (limited to 'android') diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml new file mode 100644 index 00000000..f458c6a7 --- /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 00000000..a08f37ed --- /dev/null +++ b/android/project.properties @@ -0,0 +1 @@ +target=android-21 \ No newline at end of file -- cgit From 6ccabdd568075dfcecc6190d8d41a50b8bd99b84 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 22 Jan 2020 15:24:59 +0100 Subject: maybe at some point, someone will try this again --- android/AndroidManifest.xml | 4 +-- android/build.gradle | 62 +++++++++++++++++++++++++++++++++++++ android/res/drawable-ldpi/icon.png | Bin 0 -> 29302 bytes android/res/values/libs.xml | 22 +++++++++++++ 4 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 android/build.gradle create mode 100644 android/res/drawable-ldpi/icon.png create mode 100644 android/res/values/libs.xml (limited to 'android') diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index f458c6a7..0792ce86 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -63,7 +63,7 @@ - + + + + + + + + + + + + + + + -- cgit