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