From beb85d78b43436c9ca62aca677c7605e2230b6d8 Mon Sep 17 00:00:00 2001 From: Robert Jeutter Date: Mon, 21 Jun 2021 14:12:09 +0200 Subject: [PATCH] add requirements to android --- android/.idea/.gitignore | 3 +++ android/.idea/compiler.xml | 6 ++++++ android/.idea/misc.xml | 9 +++++++++ android/.idea/runConfigurations.xml | 10 ++++++++++ 4 files changed, 28 insertions(+) create mode 100644 android/.idea/.gitignore create mode 100644 android/.idea/compiler.xml create mode 100644 android/.idea/misc.xml create mode 100644 android/.idea/runConfigurations.xml diff --git a/android/.idea/.gitignore b/android/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/android/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml new file mode 100644 index 0000000..6199cc2 --- /dev/null +++ b/android/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/android/.idea/runConfigurations.xml b/android/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/android/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file