Skip to content

Commit 1c4c9b9

Browse files
committed
update baseline file
1 parent 72bf37c commit 1c4c9b9

File tree

1 file changed

+6
-28
lines changed

1 file changed

+6
-28
lines changed
Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright 2025 Google LLC
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
-->
172
<issues format="6" by="lint 8.3.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.2)" variant="all" version="8.3.2">
183

194
<issue
205
id="MissingPermission"
21-
message="Missing permissions required by AudioRecord.AudioRecord: android.permission.RECORD_AUDIO"
22-
errorLine1=" AudioRecord("
23-
errorLine2=" ^">
24-
<location
25-
file="src/main/kotlin/com/google/firebase/vertexai/type/AudioHelper.kt"
26-
line="85"
27-
column="7"/>
28-
</issue>
29-
30-
<issue
31-
id="UnsafeOptInUsageWarning"
32-
message="This declaration is opt-in and its usage should be marked with `@kotlinx.serialization.ExperimentalSerializationApi` or `@OptIn(markerClass = kotlinx.serialization.ExperimentalSerializationApi.class)`">
6+
message="Missing permissions required by AudioHelper.startRecording: android.permission.RECORD_AUDIO"
7+
errorLine1=" CoroutineScope(backgroundDispatcher).launch {"
8+
errorLine2=" ^">
339
<location
34-
file="src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt"/>
10+
file="src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt"
11+
line="133"
12+
column="42"/>
3513
</issue>
3614

3715
</issues>

0 commit comments

Comments
 (0)