From 5f5efe31579110c3d91e9c4dad84e2deec70ec36 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 11 Apr 2021 21:02:03 +0200 Subject: Change build system to make The ant scripts included in the android SDK were removed recently. The alternative is Gradle. Gradle doesn't work well in this app because it's not possible to use Nix to pull dependencies. Gradle will try to patch the SDK. Also, it's very slow. It turns out the required build script is quite simple. --- build.xml | 92 --------------------------------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 build.xml (limited to 'build.xml') diff --git a/build.xml b/build.xml deleted file mode 100644 index 8e58243..0000000 --- a/build.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3