Commit 87b7f2c
authored
Update AndroidManifest.xml
Adding the library to my project complains during Android Manifest merge because my application explicitly disables allowBackup. As this is a library, there's no reason for it to define allowBackup and label since the applications do that.1 parent 5b0a308 commit 87b7f2c
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments