Update Android SDK setup instructions.

Not only are we no longer targeting API 19, the minimum is now 21.
This commit is contained in:
Joseph Cloutier
2022-06-12 13:22:00 -04:00
parent 9a81ae8798
commit 2a2b5ebd22

View File

@@ -589,7 +589,7 @@ class PlatformSetup
Log.println("\x1b[1mIn order to build applications for Android, you must have recent");
Log.println("versions of the Android SDK, Android NDK and Java JDK installed.");
Log.println("");
Log.println("You must also install the Android SDK Platform-tools and API 19 using");
Log.println("You must also install the Android SDK Platform-tools and API 30 using");
Log.println("the SDK manager from Android Studio.\x1b[0m");
Log.println("");