mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-06 18:43:05 +03:00
Fixed Lint
This commit is contained in:
parent
b5e606455e
commit
9bf7e99abd
@ -67,11 +67,12 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
|
baseline = file("lint-baseline.xml")
|
||||||
abortOnError true
|
abortOnError true
|
||||||
disable 'IconMissingDensityFolder', 'VectorPath'
|
|
||||||
ignore 'MissingTranslation', 'UnusedQuantity'
|
|
||||||
warning 'ImpliedQuantity'
|
|
||||||
warningsAsErrors true
|
warningsAsErrors true
|
||||||
|
disable 'IconMissingDensityFolder', 'VectorPath'
|
||||||
|
ignore 'MissingTranslation', 'UnusedQuantity', 'MissingQuantity'
|
||||||
|
warning 'ImpliedQuantity'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
<activity android:name=".activity.NavigationActivity"
|
<activity android:name=".activity.NavigationActivity"
|
||||||
android:configChanges="orientation|keyboardHidden"
|
android:configChanges="orientation|keyboardHidden"
|
||||||
android:label="@string/common.appname"
|
|
||||||
android:launchMode="singleTask">
|
android:launchMode="singleTask">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user