You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1019 B
34 lines
1019 B
<lint-module
|
|
format="1"
|
|
dir="/home/matthew/projects/timesafari/cfunder/android/app"
|
|
name=":app"
|
|
type="APP"
|
|
maven="android:app:"
|
|
agpVersion="8.1.0"
|
|
buildFolder="build"
|
|
bootClassPath="/opt/android-sdk/platforms/android-34/android.jar:/opt/android-sdk/build-tools/33.0.1/core-lambda-stubs.jar"
|
|
javaSourceLevel="17"
|
|
compileTarget="android-34"
|
|
neverShrinking="true">
|
|
<lintOptions
|
|
disable="UnsanitizedFilenameFromContentProvider,DefaultLocale,LintBaseline,LintBaselineFixed"
|
|
absolutePaths="true"
|
|
checkReleaseBuilds="true"
|
|
explainIssues="true">
|
|
<severities>
|
|
<severity
|
|
id="DefaultLocale"
|
|
severity="IGNORE" />
|
|
<severity
|
|
id="LintBaseline"
|
|
severity="IGNORE" />
|
|
<severity
|
|
id="LintBaselineFixed"
|
|
severity="IGNORE" />
|
|
<severity
|
|
id="UnsanitizedFilenameFromContentProvider"
|
|
severity="IGNORE" />
|
|
</severities>
|
|
</lintOptions>
|
|
<variant name="release"/>
|
|
</lint-module>
|
|
|