mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Lint fixes.
This commit is contained in:
parent
bc02c50bcf
commit
af8f4858a7
4 changed files with 11 additions and 5 deletions
9
lint.xml
Normal file
9
lint.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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>
|
|
@ -3,8 +3,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.nutomic.syncthingandroid"
|
||||
android:versionCode="41"
|
||||
android:versionName="0.5.4"
|
||||
tools:ignore="GradleOverrides" >
|
||||
android:versionName="0.5.4" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -54,6 +54,5 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
>>>>>>> Changed code style to use spaces instead of tabs.
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="MissingTranslation" >
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Syncthing</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue