diff android/dw.cpp @ 2671:0ed61ddb9957

Add a mobile platform text file with instructions on how to create projects. iOS and Android currently can't be built using the command line system we use on other platforms, so these instructions provide the means to get Dynamic Windows running on mobile platfoms. There might be better ways to do this, so considering the information a work in progress. Also the Android C++ file had now incorrect requirement information.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Oct 2021 12:44:57 +0000
parents e3a95940c18f
children a7868380098f
line wrap: on
line diff
--- a/android/dw.cpp	Mon Oct 18 00:09:57 2021 +0000
+++ b/android/dw.cpp	Mon Oct 18 12:44:57 2021 +0000
@@ -5,7 +5,7 @@
  * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2011-2021 Mark Hessling <mark@rexx.org>
  *
- * Requires Android API 19 (KitKat) or higher.
+ * Requires Android API 23 (Marshmallow) or higher.
  *
  */