mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): disable NewerVersionAvailable
Lint
This commit is contained in:
parent
f371c435fd
commit
e49a2c2cbc
3 changed files with 3 additions and 34 deletions
|
@ -1,37 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<issues format="6" by="lint 8.3.0-alpha02" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-alpha02)" variant="all" version="8.3.0-alpha02">
|
<issues format="6" by="lint 8.3.0-alpha02" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-alpha02)" variant="all" version="8.3.0-alpha02">
|
||||||
|
|
||||||
<issue
|
|
||||||
id="NewerVersionAvailable"
|
|
||||||
message="A newer version of com.squareup.anvil than 2.4.7 is available: 2.4.7-1-8"
|
|
||||||
errorLine1="anvil = "com.squareup.anvil:2.4.7""
|
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="../gradle/libs.versions.toml"
|
|
||||||
line="97"
|
|
||||||
column="9"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="NewerVersionAvailable"
|
|
||||||
message="A newer version of com.squareup.anvil than 2.4.7 is available: 2.4.7-1-8"
|
|
||||||
errorLine1="anvil = "com.squareup.anvil:2.4.7""
|
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="../gradle/libs.versions.toml"
|
|
||||||
line="97"
|
|
||||||
column="9"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="NewerVersionAvailable"
|
|
||||||
message="A newer version of com.squareup.anvil than 2.4.7 is available: 2.4.7-1-8"
|
|
||||||
errorLine1="anvil = "com.squareup.anvil:2.4.7""
|
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="../gradle/libs.versions.toml"
|
|
||||||
line="97"
|
|
||||||
column="9"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
</issues>
|
</issues>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<issues format="6" by="lint 8.3.0-alpha02" type="baseline" client="cli" dependencies="true" name="AGP (8.3.0-alpha02)" variant="all" version="8.3.0-alpha02">
|
<issues format="6" by="lint 8.3.0-alpha02" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-alpha02)" variant="all" version="8.3.0-alpha02">
|
||||||
|
|
||||||
</issues>
|
</issues>
|
||||||
|
|
|
@ -33,6 +33,8 @@ object LintConfig {
|
||||||
error += "ComposeM2Api"
|
error += "ComposeM2Api"
|
||||||
}
|
}
|
||||||
baseline = project.file("lint-baseline.xml")
|
baseline = project.file("lint-baseline.xml")
|
||||||
|
// This is extremely annoying
|
||||||
|
disable += "NewerVersionAvailable"
|
||||||
}
|
}
|
||||||
|
|
||||||
fun configureRootProject(project: Project) {
|
fun configureRootProject(project: Project) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue