From 86f61512dfc5151241a4e596ff9764b60e51d4e6 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Sun, 5 Dec 2021 11:36:20 +0100 Subject: [PATCH] added cli building of release --- .gitignore | 1 + .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 10 ---------- android/.idea/compiler.xml | 12 +++++++++++- android/.idea/gradle.xml | 12 ++++++++++-- android/.idea/misc.xml | 2 +- android/.idea/modules.xml | 2 +- android/.idea/runConfigurations.xml | 10 ---------- android/app/build.gradle | 18 +++++++++++++++--- android/build.gradle | 3 ++- android/key,properties | 4 ++++ assets/banner.png | Bin 0 -> 760006 bytes 12 files changed, 46 insertions(+), 30 deletions(-) delete mode 100644 .idea/runConfigurations.xml delete mode 100644 android/.idea/runConfigurations.xml create mode 100644 android/key,properties create mode 100644 assets/banner.png diff --git a/.gitignore b/.gitignore index 660b706..b2c9697 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ lint/tmp/ # Android Profiling *.hprof +android/app/broodjeaap.jks diff --git a/.idea/misc.xml b/.idea/misc.xml index 01e9a27..76f3c52 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml index fb7f4a8..82f4fc9 100644 --- a/android/.idea/compiler.xml +++ b/android/.idea/compiler.xml @@ -1,6 +1,16 @@ - + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index b48fde7..028a287 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -4,13 +4,21 @@