File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<issues format =" 5" by =" lint 3.4.1" client =" gradle" variant =" all" version =" 3.4.1" >
3
- <!-- TODO: remove when bazel support tools:targetApi -->
4
- <issue
5
- id =" UnusedAttribute"
6
- message =" Attribute `directBootAware` is only used in API level 24 and higher (current min is 14)"
7
- errorLine1 =" android:directBootAware=" true" android:exported=" false" />"
8
- errorLine2 =" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >
9
- <location
10
- file =" src/main/AndroidManifest.xml"
11
- line =" 11"
12
- column =" 9" />
13
- </issue >
14
3
15
4
</issues >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ xmlns : tools =" http://schemas.android.com/tools"
4
5
package =" com.google.firebase" >
5
6
<!-- Although the *SdkVersion is captured in gradle build files, this is required for non gradle builds-->
6
7
<!-- <uses-sdk android:minSdkVersion="14"/>-->
7
8
<application >
8
9
9
10
<service android : name =" com.google.firebase.components.ComponentDiscoveryService"
10
- android : directBootAware =" true" android : exported =" false" />
11
+ android : directBootAware =" true" android : exported =" false"
12
+ tools : targetApi =" n" />
11
13
12
14
<provider
13
15
android : name =" com.google.firebase.provider.FirebaseInitProvider"
You can’t perform that action at this time.
0 commit comments