updated lint options
This commit is contained in:
parent
a83da3c871
commit
17dc454541
|
@ -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.
|
||||
|
||||
|
|
|
@ -19,4 +19,8 @@
|
|||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion '22.0.0'
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
|
@ -29,9 +29,6 @@ android {
|
|||
exclude 'META-INF/notice.txt'
|
||||
exclude 'META-INF/ASL2.0'
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
productFlavors {
|
||||
google {
|
||||
}
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue