diff options
| author | Jules Aguillon | 2021-04-11 21:02:03 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-13 00:29:26 +0200 |
| commit | 5f5efe31579110c3d91e9c4dad84e2deec70ec36 (patch) | |
| tree | 9fdd3dfab8c54a44a39bc178f7e81011933d98c3 /project.properties | |
| parent | 553185c3ae2ed7d65ffd186ccbbdaed29d76283a (diff) | |
| download | unexpected-keyboard-5f5efe31579110c3d91e9c4dad84e2deec70ec36.tar.gz unexpected-keyboard-5f5efe31579110c3d91e9c4dad84e2deec70ec36.zip | |
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.
Diffstat (limited to 'project.properties')
| -rw-r--r-- | project.properties | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
