| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15"> |
| |
| <issue |
| id="InlinedApi" |
| message="Field requires API level 29 (current min is 27): `android.graphics.text.LineBreaker#BREAK_STRATEGY_HIGH_QUALITY`" |
| errorLine1=" builder.setBreakStrategy(LineBreaker.BREAK_STRATEGY_HIGH_QUALITY);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/watchface/complications/rendering/TextRenderer.java" |
| line="387" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="SwitchIntDef" |
| message="Switch statement on an `int` with known associated constant missing case `BORDER_STYLE_NONE`" |
| errorLine1=" switch (borderStyle) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/watchface/complications/rendering/ComplicationStyle.java" |
| line="403" |
| column="9"/> |
| </issue> |
| |
| </issues> |