From 7d0068c6d2055edec21c883bbfb31d91846688e6 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Sep 2017 12:48:05 +0200 Subject: experimenting with gradle build automation for android --- android/app/build.xml | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 android/app/build.xml (limited to 'android/app/build.xml') diff --git a/android/app/build.xml b/android/app/build.xml new file mode 100644 index 0000000..9f19a07 --- /dev/null +++ b/android/app/build.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3