mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-02 18:26:23 -04:00

* Upgraded Gradle to `8.11.0-alpha03` for better support for Android 16. * Upgraded the Gradle wrapper to `8.13`, the latest version. * Fixed: Some deprecated methods in the custom app's Gradle. The new methods for registering tasks are better than the previous ones, which is why Gradle deprecated the older methods. * Refactored the `createDynamically` task for custom apps according to new gradle. * Fixed: Some lint and detekt issues.
57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="TypographyQuotes" severity="warning">
|
|
<ignore path="**-qq/**.xml" />
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
<issue id="LintError">
|
|
<ignore regexp=".*BookmarksRobot.kt.*" />
|
|
<ignore regexp=".*DebugFunctions.kt.*" />
|
|
<ignore regexp=".*HistoryRobot.kt.*" />
|
|
<ignore regexp=".*IntroRobot.kt.*" />
|
|
<ignore regexp=".*LanguageRobot.kt.*" />
|
|
<ignore regexp=".*LibraryRobot.kt.*" />
|
|
<ignore regexp=".*LocalFileTransferRobot.kt.*" />
|
|
<ignore regexp=".*OnlineLibraryRobot.kt.*" />
|
|
<ignore regexp=".*ReaderRobot.kt.*" />
|
|
<ignore regexp=".*SettingsRobot.kt.*" />
|
|
<ignore regexp=".*TopLevelDestinationRobot.kt.*" />
|
|
<ignore regexp=".*ZimHostRobot.kt.*" />
|
|
<ignore regexp=".*SearchRobot.kt.*" />
|
|
<ignore regexp=".*InitialDownloadRobot.kt.*" />
|
|
<ignore regexp=".*DownloadRobot.kt.*" />
|
|
</issue>
|
|
<issue id="TypographyEllipsis">
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
<issue id="DuplicateStrings" severity="warning">
|
|
<ignore path="**/.gradle/caches/**" />
|
|
<ignore path="**/values-**/**.xml" />
|
|
</issue>
|
|
<issue id="Typos">
|
|
<ignore path="**/values-tr/**.xml" />
|
|
</issue>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**simple-xml-2.7.1.jar" />
|
|
<ignore path="**javapoet-1.8.0.jar" />
|
|
<ignore path="**/org.jacoco.agent-0.8.12-runtime.jar" />
|
|
<ignore regexp="kotlinx.coroutines.debug.AgentPremain" />
|
|
</issue>
|
|
<issue id="IconLocation">
|
|
<ignore path="src/main/res/drawable/kiwix_icon_with_title.png" />
|
|
<ignore path="core/src/main/res/drawable/search_widget_preview.png" />
|
|
</issue>
|
|
<issue id="ConvertToWebp">
|
|
<ignore path="src/main/res/drawable/search_widget_preview.png" />
|
|
</issue>
|
|
<issue id="UnusedIds" severity="warning" />
|
|
<issue id="DataExtractionRules" severity="warning" />
|
|
<issue id="ObsoleteSdkInt" severity="warning" />
|
|
<issue id="AppLinksAutoVerify" severity="warning" />
|
|
<issue id="CheckResult">
|
|
<ignore path="**/androidTest/**.kt" />
|
|
</issue>
|
|
<issue id="PrivateResource" severity="warning" />
|
|
<issue id="MemberExtensionConflict" severity="warning" />
|
|
</lint>
|