Skip to content

Commit

Permalink
Update lint-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed May 20, 2024
1 parent 46fe683 commit e823cd5
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions uhabits-android/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,17 +265,6 @@
column="52"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.test.uiautomator:uiautomator than 2.2.0 is available: 2.3.0"
errorLine1=" androidTestImplementation(&quot;androidx.test.uiautomator:uiautomator:2.2.0&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle.kts"
line="116"
column="32"/>
</issue>

<issue
id="ExtraText"
message="Unexpected text found in layout file: &quot;>&quot;"
Expand Down Expand Up @@ -1575,6 +1564,13 @@
column="53"/>
</issue>

<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 28. Merge all the resources in this folder into `drawable`.">
<location
file="src/main/res/drawable-v21"/>
</issue>

<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 28. Merge all the resources in this folder into `mipmap-anydpi`.">
Expand Down Expand Up @@ -5139,13 +5135,13 @@
id="IconDipSize"
message="The image `ic_launcher_monochrome.png` varies significantly in its density-independent (dip) size across the various density versions: mipmap-hdpi/ic_launcher_monochrome.png: 108x108 dp (162x162 px), mipmap-mdpi/ic_launcher_monochrome.png: 162x162 dp (162x162 px), mipmap-xhdpi/ic_launcher_monochrome.png: 108x108 dp (216x216 px), mipmap-xxhdpi/ic_launcher_monochrome.png: 108x108 dp (324x324 px), mipmap-xxxhdpi/ic_launcher_monochrome.png: 108x108 dp (432x432 px)">
<location
file="src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png"/>
file="src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png"/>
<location
file="src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png"/>
<location
file="src/main/res/mipmap-hdpi/ic_launcher_monochrome.png"/>
file="src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png"/>
<location
file="src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png"/>
file="src/main/res/mipmap-hdpi/ic_launcher_monochrome.png"/>
<location
file="src/main/res/mipmap-mdpi/ic_launcher_monochrome.png"/>
</issue>
Expand Down

0 comments on commit e823cd5

Please sign in to comment.