Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
Suppressed useless lint checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Dec 19, 2017
1 parent 5234fd0 commit 7d5787d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
19 changes: 0 additions & 19 deletions driver-sh1106/src/main/res/values/strings.xml

This file was deleted.

7 changes: 5 additions & 2 deletions sample-sh1106/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
-->

<manifest package="com.leinardi.androidthings.sh1106.sample"
xmlns:android="http://schemas.android.com/apk/res/android">
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<application
android:allowBackup="true"
android:icon="@android:drawable/sym_def_app_icon"
android:label="@string/app_name">
android:label="@string/app_name"
android:theme="@style/AppTheme"
tools:ignore="AllowBackup,GoogleAppIndexingWarning">

<uses-library android:name="com.google.android.things" />

Expand Down

0 comments on commit 7d5787d

Please sign in to comment.