Browse Source

Mention minimal required Android version.

We need 2.3 for native_app_glue.
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
3be68f8f73
  1. 2
      README.md
  2. 2
      doc/mainpage.dox

2
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))

2
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))

Loading…
Cancel
Save