From 6f59618f4a1cb15ef6c7e66d8ef1c876a630f715 Mon Sep 17 00:00:00 2001 From: bebopagogo Date: Sun, 8 May 2022 16:52:10 -0400 Subject: [PATCH] updated android build files to more recent gradle wrapper and Android SDK versions to work with Android Studio Bumblebee release --- BUILD.TXT | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.TXT b/BUILD.TXT index fd851aa..3b3ebc2 100644 --- a/BUILD.TXT +++ b/BUILD.TXT @@ -70,3 +70,8 @@ will delete all compiled files and configuration settings. ./waf distclean will do the same as clean, and additionally delete the waf cache files. + + +ANDROID Build +------------- +See the "android" directory README for instructions.