Skip to content

Commit e82b07b

Browse files
chore: update lint baselines (#213)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 479eb22 commit e82b07b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/lint-baseline.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<issue
2323
id="RemoteViewLayout"
2424
message="`@layout/activity_main` includes views not allowed in a `RemoteView`: androidx.coordinatorlayout.widget.CoordinatorLayout, androidx.viewpager.widget.PagerTabStrip, com.google.android.material.appbar.MaterialToolbar, org.fossify.commons.views.MyViewPager"
25-
errorLine1=" val views = RemoteViews(packageName, R.layout.activity_main)"
26-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25+
errorLine1=" val views = RemoteViews(packageName, R.layout.activity_main)"
26+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2727
<location
2828
file="src/main/kotlin/org/fossify/notes/activities/WidgetConfigureActivity.kt"
29-
line="197"
30-
column="21"/>
29+
line="200"
30+
column="25"/>
3131
</issue>
3232

3333
<issue
@@ -87,7 +87,7 @@
8787

8888
<issue
8989
id="AndroidGradlePluginVersion"
90-
message="A newer version of com.android.application than 8.11.1 is available: 8.12.0"
90+
message="A newer version of com.android.application than 8.11.1 is available: 8.12.2"
9191
errorLine1="gradlePlugins-agp = &quot;8.11.1&quot;"
9292
errorLine2=" ~~~~~~~~">
9393
<location
@@ -1430,7 +1430,7 @@
14301430
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14311431
<location
14321432
file="src/main/kotlin/org/fossify/notes/helpers/Constants.kt"
1433-
line="19"
1433+
line="20"
14341434
column="33"/>
14351435
</issue>
14361436

@@ -1474,7 +1474,7 @@
14741474
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14751475
<location
14761476
file="src/main/kotlin/org/fossify/notes/activities/WidgetConfigureActivity.kt"
1477-
line="67"
1477+
line="68"
14781478
column="48"/>
14791479
</issue>
14801480

@@ -1485,7 +1485,7 @@
14851485
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14861486
<location
14871487
file="src/main/kotlin/org/fossify/notes/activities/WidgetConfigureActivity.kt"
1488-
line="67"
1488+
line="68"
14891489
column="48"/>
14901490
</issue>
14911491

0 commit comments

Comments
 (0)