Skip to content

Min SDK and Target SDK versions updated #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/android/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

### Min SDK Version

Support Android OS versions starting from 4.1 (Jelly Bean, API Level 16).
Support Android OS versions starting from 4.2 (Jelly Bean, API Level 17).
Do not support older versions (2.2 Froyo, 2.3 Gingerbread, 3.x Honeycomb, 4.0.3 - 4.0.4 Ice Cream Sandwich etc).
Check [Dashboard](http://developer.android.com/intl/ru/about/dashboards/index.html) page for information about platform versions, screen sizes and densities statistics.

### Target SDK Version

For new projects, use latest stable version: Android 8.0 Oreo (API level 26).
For new projects, use latest stable version: Android 9.0 Pie (API level 28).
Do not use beta versions or developer previews.


Expand Down