mirror of
https://github.com/Hamza417/Inure.git
synced 2025-08-06 10:29:30 +08:00
Build44
- Instantiable issue on RootService lint disabled for the time being
This commit is contained in:
@ -39,6 +39,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable "Instantiatable"
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
enableSplit = false
|
||||
|
11
app/lint-baseline.xml
Normal file
11
app/lint-baseline.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 7.3.1" type="baseline" client="gradle" dependencies="false"
|
||||
name="AGP (7.3.1)" variant="fatal" version="7.3.1">
|
||||
|
||||
<issue id="Instantiatable" message="`RootService` must extend android.app.Service"
|
||||
errorLine1=" android:name=".services.RootService""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location file="src/main/AndroidManifest.xml" line="561" column="27" />
|
||||
</issue>
|
||||
|
||||
</issues>
|
Reference in New Issue
Block a user