BobStore/lint.xml
Daniel Martí f8d235fb43 Merge commit 'refs/merge-requests/37' of gitorious.org:f-droid/fdroidclient into super-fdroid
Conflicts:
	lint.xml
	src/org/fdroid/fdroid/AppDetails.java
2014-01-08 15:35:58 +01:00

12 lines
392 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Remove severity="ignore" to see the missing translations -->
<issue id="MissingTranslation" severity="ignore" >
<ignore path="res/values/no_trans.xml" />
<ignore path="res/values/default_repo.xml" />
</issue>
<issue id="ProtectedPermission">
<ignore path="AndroidManifest.xml" />
</issue>
</lint>