org/chromium/chrome/browser/payments/ui/PaymentRequestSection$OptionSection$OptionRow.class Call requires API level 21 (current min is 16): `android.widget.GridLayout#spec`: NewApi [warning]
GridLayout.LayoutParams labelParams =
new GridLayout.LayoutParams(GridLayout.spec(rowIndex, 1, GridLayout.CENTER),
GridLayout.spec(columnStart, columnSpan, GridLayout.FILL, 1f));
The last call to GridLayout.spec doesn't exist before L MR1. Not sure what it'll do before L.
org/chromium/chrome/browser/payments/ui/PaymentRequestSection$OptionSection$OptionRow.class Call requires API level 21 (current min is 16): `android.widget.GridLayout#spec`: NewApi [warning]
GridLayout.LayoutParams labelParams =
new GridLayout.LayoutParams(GridLayout.spec(rowIndex, 1, GridLayout.CENTER),
GridLayout.spec(columnStart, columnSpan, GridLayout.FILL, 1f));
The last call to GridLayout.spec doesn't exist before L. Not sure what it'll do before L.
Comment 1 by dfalcant...@chromium.org
, Jun 27 2017