We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3a34 commit c87ce33Copy full SHA for c87ce33
app/lint.xml
@@ -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
@@ -3,7 +3,7 @@
package="iammert.com.dagger_android_injection">
5
<application
6
- android:allowBackup="true"
+ android:allowBackup="false"
7
android:icon="@mipmap/ic_launcher"
8
android:label="@string/app_name"
9
android:name=".AndroidSampleApp"
0 commit comments