blob: 7e79ee32aa0e8e216d2c1fcd31110e038aa19deb [file] [log] [blame]
Aurimas Liutikas238e4802017-12-14 10:52:11 -08001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4" by="lint 3.0.0">
3
4 <issue
5 id="GradleDependency"
6 message="A newer version of com.android.support:multidex than 1.0.1 is available: 1.0.2"
7 errorLine1=" implementation &apos;com.android.support:multidex:1.0.1&apos;"
8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9 <location
10 file="build.gradle"
11 line="35"
12 column="5"/>
13 </issue>
14
15 <issue
16 id="AllowBackup"
17 message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
18 errorLine1=" &lt;application"
19 errorLine2=" ^">
20 <location
21 file="src/main/AndroidManifest.xml"
22 line="19"
23 column="5"/>
24 </issue>
25
26 <issue
27 id="MissingApplicationIcon"
28 message="Should explicitly set `android:icon`, there is no default"
29 errorLine1=" &lt;application"
30 errorLine2=" ^">
31 <location
32 file="src/main/AndroidManifest.xml"
33 line="19"
34 column="5"/>
35 </issue>
36
37 <issue
38 id="GoogleAppIndexingWarning"
39 message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details."
40 errorLine1=" &lt;application"
41 errorLine2=" ^">
42 <location
43 file="src/main/AndroidManifest.xml"
44 line="19"
45 column="5"/>
46 </issue>
47
48 <issue
49 id="HardcodedText"
50 message="Hardcoded string &quot;Update&quot;, should use `@string` resource"
51 errorLine1=" android:text=&quot;Update&quot;/>"
52 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
53 <location
54 file="src/main/res/layout/activity_recycler_view.xml"
55 line="43"
56 column="9"/>
57 </issue>
58
59 <issue
60 id="RtlHardcoded"
61 message="Consider adding `android:layout_alignParentEnd=&quot;true&quot;` to better support right-to-left layouts"
62 errorLine1=" android:layout_alignParentRight=&quot;true&quot;"
63 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
64 <location
65 file="src/main/res/layout/activity_recycler_view.xml"
66 line="42"
67 column="9"/>
68 </issue>
69
70</issues>