| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.6.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha07)" variant="all" version="8.6.0-alpha07"> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26, or core library desugaring (current min is 21): `java.time.Instant#now`" |
| errorLine1=" @set:JvmSynthetic private var publishedDate: Date = Date.from(Instant.now())" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/java/androidx/security/state/UpdateInfo.kt"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26, or core library desugaring (current min is 21): `java.util.Date#from`" |
| errorLine1=" @set:JvmSynthetic private var publishedDate: Date = Date.from(Instant.now())" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/security/state/UpdateInfo.kt"/> |
| </issue> |
| |
| </issues> |