Skip to content

Commit c87ce33

Browse files
Fix Lint warnings
1 parent c4b3a34 commit c87ce33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/lint.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<lint>
3+
<issue id="GoogleAppIndexingWarning" severity="ignore"/>
4+
</lint>

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package="iammert.com.dagger_android_injection">
44

55
<application
6-
android:allowBackup="true"
6+
android:allowBackup="false"
77
android:icon="@mipmap/ic_launcher"
88
android:label="@string/app_name"
99
android:name=".AndroidSampleApp"

0 commit comments

Comments
 (0)