| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- This file should not be edited manually! See go/template-diff-tests --> |
| <issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%"> |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details." |
| errorLine1=" targetSdk 35" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="build.gradle" |
| line="15" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="RedundantLabel" |
| message="Redundant label can be removed" |
| errorLine1=" android:label="@string/app_name">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="31" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.activity_horizontal_margin` appears to be unused" |
| errorLine1=" <dimen name="activity_horizontal_margin">16dp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="3" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.activity_vertical_margin` appears to be unused" |
| errorLine1=" <dimen name="activity_vertical_margin">16dp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="4" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="SetTextI18n" |
| message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." |
| errorLine1=" levelTextView.text = "Level " + (++currentLevel)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/template/test/in/MainActivity.kt" |
| line="146" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="SetTextI18n" |
| message="String literal in `setText` can not be translated. Use Android resources instead." |
| errorLine1=" levelTextView.text = "Level " + (++currentLevel)" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/template/test/in/MainActivity.kt" |
| line="146" |
| column="31"/> |
| </issue> |
| |
| </issues> |