diff options
author | Brad Leege <brad@mapbox.com> | 2015-11-12 13:38:32 -0600 |
---|---|---|
committer | Brad Leege <brad@mapbox.com> | 2015-11-12 13:38:32 -0600 |
commit | 5afcf771242b0be6007a2487207d61e03fc1d143 (patch) | |
tree | 7a2952959cc9f29f0d67d96284a718555493db82 /README.md | |
parent | 48d1c4025d8b3ec8033d761a03c2e741160fa0b6 (diff) | |
download | qtlocation-mapboxgl-5afcf771242b0be6007a2487207d61e03fc1d143.tar.gz |
[android] Fixing Android API Target
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ If you want to use products _based on_ Mapbox GL, check out: * iPhone 4S and above (5, 5c, 5s, 6, 6 Plus) * iPad 2 and above (3, 4, Mini, Air, Mini 2, Air 2) * iPod touch 5th gen and above -* Android 4.0+ (API level 14+) +* Android 4.0.3+ (API level 15+) See [`INSTALL.md`](./INSTALL.md) for development setup and install instructions, including dependencies. |