mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
refactor(build): remove uses of internal AGP APIs
This commit is contained in:
parent
a161769cbd
commit
32a59d0104
3 changed files with 11 additions and 38 deletions
|
@ -1,26 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.3.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0)" variant="all" version="8.3.0">
|
||||
|
||||
<issue
|
||||
id="InternalGradleApiUsage"
|
||||
message="Avoid using internal Android Gradle Plugin APIs"
|
||||
errorLine1="import com.android.build.gradle.internal.dsl.BaseAppModuleExtension"
|
||||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/dev/msfjarvis/claw/gradle/signing/AppSigning.kt"
|
||||
line="9"
|
||||
column="1"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InternalGradleApiUsage"
|
||||
message="Avoid using internal Android Gradle Plugin APIs"
|
||||
errorLine1="import com.android.build.gradle.internal.plugins.AppPlugin"
|
||||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/dev/msfjarvis/claw/gradle/versioning/VersioningPlugin.kt"
|
||||
line="11"
|
||||
column="1"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue