1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.5.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0-alpha06)" variant="all" version="8.5.0-alpha06">
3
4    <issue
5        id="RestrictedApiAndroidX"
6        message="ColorProviderKt.ColorProvider can only be called from within the same library group (referenced groupId=`androidx.glance` from groupId=`androidx.glance.glance-appwidget.integration-tests`)"
7        errorLine1="                    color = ColorProvider(androidx.glance.R.color.glance_colorError),"
8        errorLine2="                            ~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/glance/appwidget/demos/ProgressIndicatorAppWidget.kt"/>
11    </issue>
12
13    <issue
14        id="RestrictedApiAndroidX"
15        message="ColorProviderKt.ColorProvider can only be called from within the same library group (referenced groupId=`androidx.glance` from groupId=`androidx.glance.glance-appwidget.integration-tests`)"
16        errorLine1="                        ColorProvider(resId = androidx.glance.R.color.glance_colorSecondary)"
17        errorLine2="                        ~~~~~~~~~~~~~">
18        <location
19            file="src/main/java/androidx/glance/appwidget/demos/ProgressIndicatorAppWidget.kt"/>
20    </issue>
21
22    <issue
23        id="RestrictedApiAndroidX"
24        message="ColorProviderKt.ColorProvider can only be called from within the same library group (referenced groupId=`androidx.glance` from groupId=`androidx.glance.glance-appwidget.integration-tests`)"
25        errorLine1="                    color = ColorProvider(androidx.glance.R.color.glance_colorSecondary)"
26        errorLine2="                            ~~~~~~~~~~~~~">
27        <location
28            file="src/main/java/androidx/glance/appwidget/demos/ProgressIndicatorAppWidget.kt"/>
29    </issue>
30
31    <issue
32        id="PrimitiveInCollection"
33        message="constructor AppWidgetDesc has parameter sizes with type List&lt;DpSize>: replace with LongList"
34        errorLine1="    val sizes: List&lt;DpSize>,"
35        errorLine2="               ~~~~~~~~~~~~">
36        <location
37            file="src/main/java/androidx/glance/appwidget/demos/GlanceAppWidgetDemoActivity.kt"/>
38    </issue>
39
40    <issue
41        id="PrimitiveInCollection"
42        message="field sizes with type List&lt;DpSize>: replace with LongList"
43        errorLine1="    val sizes: List&lt;DpSize>,"
44        errorLine2="               ~~~~~~~~~~~~">
45        <location
46            file="src/main/java/androidx/glance/appwidget/demos/GlanceAppWidgetDemoActivity.kt"/>
47    </issue>
48
49    <issue
50        id="PrimitiveInCollection"
51        message="return type List&lt;DpSize> of getSizes: replace with LongList"
52        errorLine1="    val sizes: List&lt;DpSize>,"
53        errorLine2="               ~~~~~~~~~~~~">
54        <location
55            file="src/main/java/androidx/glance/appwidget/demos/GlanceAppWidgetDemoActivity.kt"/>
56    </issue>
57
58    <issue
59        id="PrimitiveInCollection"
60        message="field columnColors with type List&lt;Color>: replace with LongList"
61        errorLine1="private val columnColors = listOf(Color(0xff70D689), Color(0xffB2E5BF))"
62        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
63        <location
64            file="src/main/java/androidx/glance/appwidget/demos/ResponsiveAppWidget.kt"/>
65    </issue>
66
67    <issue
68        id="PrimitiveInCollection"
69        message="field rowColors with type List&lt;Color>: replace with LongList"
70        errorLine1="private val rowColors = listOf(Color(0xff5087EF), Color(0xffA2BDF2))"
71        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
72        <location
73            file="src/main/java/androidx/glance/appwidget/demos/ResponsiveAppWidget.kt"/>
74    </issue>
75
76    <issue
77        id="PrimitiveInCollection"
78        message="field boxColors with type List&lt;Color>: replace with LongList"
79        errorLine1="private val boxColors = listOf(Color(0xffF7A998), Color(0xffFA5F3D))"
80        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
81        <location
82            file="src/main/java/androidx/glance/appwidget/demos/ResponsiveAppWidget.kt"/>
83    </issue>
84
85    <issue
86        id="PrimitiveInCollection"
87        message="field columnBgColorsA with type List&lt;Color>: replace with LongList"
88        errorLine1="    private val columnBgColorsA = listOf(Color(0xffA2BDF2), Color(0xff5087EF))"
89        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
90        <location
91            file="src/main/java/androidx/glance/appwidget/demos/RippleAppWidget.kt"/>
92    </issue>
93
94    <issue
95        id="PrimitiveInCollection"
96        message="field columnBgColorsB with type List&lt;Color>: replace with LongList"
97        errorLine1="    private val columnBgColorsB = listOf(Color(0xFFBD789C), Color(0xFF880E4F))"
98        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
99        <location
100            file="src/main/java/androidx/glance/appwidget/demos/RippleAppWidget.kt"/>
101    </issue>
102
103    <issue
104        id="PrimitiveInCollection"
105        message="field boxColors with type List&lt;Color>: replace with LongList"
106        errorLine1="    private val boxColors = listOf(Color(0xffF7A998), Color(0xffFA5F3D))"
107        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
108        <location
109            file="src/main/java/androidx/glance/appwidget/demos/RippleAppWidget.kt"/>
110    </issue>
111
112    <issue
113        id="PrimitiveInCollection"
114        message="variable columnBgColors with type List&lt;? extends Color>: replace with LongList"
115        errorLine1="        var columnBgColors by remember { mutableStateOf(columnBgColorsA) }"
116        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
117        <location
118            file="src/main/java/androidx/glance/appwidget/demos/RippleAppWidget.kt"/>
119    </issue>
120
121</issues>
122