File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ class AndroidBuild extends JavaBuild {
83
83
// Minimum SDK levels required for each app component
84
84
// https://source.android.com/source/build-numbers.html
85
85
// We should use 17 (4.2) as minimum for fragment and wallpaper at some point,
86
- // once combined usage of all previous versions is falls below 5%:
87
- // http://developer.android.com/about/dashboards/index.html
86
+ // once combined usage of all previous versions falls below 5%:
87
+ // http://developer.android.com/about/dashboards/index.html (as of Mat 19th, they are exactly at 5%)
88
88
// because 17 give us getRealSize and getRealMetrics:
89
89
// http://developer.android.com/reference/android/view/Display.html#getRealSize(android.graphics.Point)
90
90
// http://developer.android.com/reference/android/view/Display.html#getRealMetrics(android.util.DisplayMetrics)
You can’t perform that action at this time.
0 commit comments