updated lint options

This commit is contained in:
Mariotaku Lee 2015-03-16 14:34:23 +08:00
parent a83da3c871
commit 17dc454541
4 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#Twidere - Twitter client, ∞#
![Travis status](https://api.travis-ci.org/TwidereProject/Twidere-Android.png)
[![Travis status](https://api.travis-ci.org/TwidereProject/Twidere-Android.png)](https://travis-ci.org/TwidereProject/Twidere-Android/)
Twidere is a powerful twitter client for Android 4.0+, which gives you a full Material experience and nearly complete (and even better) Twitter feature.

View File

@ -19,4 +19,8 @@
android {
compileSdkVersion 22
buildToolsVersion '22.0.0'
lintOptions {
abortOnError false
}
}

View File

@ -29,9 +29,6 @@ android {
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
lintOptions {
abortOnError false
}
productFlavors {
google {
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="default_tab_display_option">both</string>
<string name="default_tab_display_option" translatable="false">both</string>
</resources>