Skip to content

Commit d909a61

Browse files
committed
fix
1 parent 9be67c3 commit d909a61

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

posthog-android/lint-baseline.xml

+22
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,26 @@
4545
column="17"/>
4646
</issue>
4747

48+
<issue
49+
id="GradleDependency"
50+
message="A newer version of org.codehaus.mojo:animal-sniffer-annotations than 1.23 is available: 1.24"
51+
errorLine1=" compileOnly(&quot;org.codehaus.mojo:animal-sniffer-annotations:${PosthogBuildConfig.Plugins.ANIMAL_SNIFFER_SDK_ANNOTATION}&quot;)"
52+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
53+
<location
54+
file="build.gradle.kts"
55+
line="94"
56+
column="17"/>
57+
</issue>
58+
59+
<issue
60+
id="GradleDependency"
61+
message="A newer version of com.squareup.okhttp3:mockwebserver than 4.11.0 is available: 4.12.0"
62+
errorLine1=" testImplementation(&quot;com.squareup.okhttp3:mockwebserver:${PosthogBuildConfig.Dependencies.OKHTTP}&quot;)"
63+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
64+
<location
65+
file="build.gradle.kts"
66+
line="109"
67+
column="24"/>
68+
</issue>
69+
4870
</issues>

0 commit comments

Comments
 (0)