mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
9 lines
346 B
XML
9 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- We don't care about incomplete translations. -->
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
|
|
<!-- Ignore "Value overridden by Gradle build script" for app
|
|
version (which is actually read from manifest by gradle). -->
|
|
<issue id="GradleOverrides" severity="ignore" />
|
|
</lint>
|