blob: aa3bc042b44a42e69e73e7ebf61dac1a09938915 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
<issue
id="StopShip"
message="`TODO` call found; points to code which must be fixed prior to release"
errorLine1=" TODO("Not yet implemented")"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/app/passwordstore/passkeys/APSCredentialProviderService.kt"
line="49"
column="5"/>
</issue>
<issue
id="StopShip"
message="`TODO` call found; points to code which must be fixed prior to release"
errorLine1=" TODO("Not yet implemented")"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/app/passwordstore/passkeys/APSCredentialProviderService.kt"
line="57"
column="5"/>
</issue>
</issues>
|