Suppress lint warning (#475)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
bedda61088
commit
d09de8bbf5
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme"
|
||||
android:supportsRtl="true">
|
||||
android:supportsRtl="true"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:name=".PasswordStore"
|
||||
android:label="@string/app_name"
|
||||
|
|
Loading…
Reference in a new issue