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. --- project.properties | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 project.properties (limited to 'project.properties') diff --git a/project.properties b/project.properties deleted file mode 100644 index 8218193..0000000 --- a/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-29 -- cgit v1.2.3