Skip to content

Commit ecfbe23

Browse files
committed
update comments on Android version usage
1 parent 055d56b commit ecfbe23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/AndroidBuild.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class AndroidBuild extends JavaBuild {
8383
// Minimum SDK levels required for each app component
8484
// https://source.android.com/source/build-numbers.html
8585
// 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%)
8888
// because 17 give us getRealSize and getRealMetrics:
8989
// http://developer.android.com/reference/android/view/Display.html#getRealSize(android.graphics.Point)
9090
// http://developer.android.com/reference/android/view/Display.html#getRealMetrics(android.util.DisplayMetrics)

0 commit comments

Comments
 (0)