OpenGL ES 3.0 is supported with Android 4.3 (API level 18) and higher, fix #713

This commit is contained in:
Emux
2019-04-12 11:04:22 +03:00
parent cf49591d4f
commit e5bc7c7564
2 changed files with 12 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
## New since 0.11.0
- MBTiles raster tile source (Android) [#708](https://github.com/mapsforge/vtm/pull/708)
- Fix Android 4.2 crash [#713](https://github.com/mapsforge/vtm/issues/713)
- Many other minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0)