From 489b429dbeb8b0fb69881161ff32fdc2fdfcf9f8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 16 Jul 2019 11:15:20 -0700 Subject: 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 --- altosdroid/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'altosdroid/default.properties') 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 -- cgit v1.2.3