diff options
| author | Keith Packard <keithp@keithp.com> | 2019-07-16 11:15:20 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2019-08-04 20:30:20 -0700 |
| commit | 489b429dbeb8b0fb69881161ff32fdc2fdfcf9f8 (patch) | |
| tree | 4eadd81f7c6b6a18f2072b90bb425cabf8885e19 /altosdroid/default.properties | |
| parent | 93401542ab1bf53c5b7b2a2cad5da97e44d7244e (diff) | |
altosdroid: Hack up build to 'work' for now
Android apps are now build with gradle instead of ant; the ant bits
are stale and only work with old java. Use old java to run ant while
using the current java compiler to build things.
This requires a custom version of the google play API library.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/default.properties')
| -rw-r--r-- | altosdroid/default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosdroid/default.properties b/altosdroid/default.properties index 3ac25234..69baf6ba 100644 --- a/altosdroid/default.properties +++ b/altosdroid/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-12 +target=android-21 |
