From 3be68f8f73a3113bf71376c4bb97a2e59c556886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Feb 2014 21:27:27 +0100 Subject: [PATCH] Mention minimal required Android version. We need 2.3 for native_app_glue. --- README.md | 2 +- doc/mainpage.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29b7b2af9..68cfeae81 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Platforms: GLUT or SDL2 toolkit) * **Windows** (through GLUT or SDL2 toolkit) * **OS X** (through SDL2 toolkit, thanks to [Miguel Martin](https://github.com/miguelishawt)) -* **Android** +* **Android** 2.3 (API Level 9) and higher * **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) * **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki)) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 2cbe5a96e..920ad37cb 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -78,7 +78,7 @@ Platforms: GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit) - **OS X** (through SDL2 toolkit, thanks to [Miguel Martin](https://github.com/miguelishawt)) -- **Android** +- **Android** 2.3 (API Level 9) and higher - **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) - **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki))