Removed application meta data (#80)
* Removed application meta data Causes unwanted manifest merging * remove unused ExampleUnitTest.java (#84) * Removed application meta data Causes unwanted manifest merging
This commit is contained in:
parent
28fe003673
commit
372cfa6688
1 changed files with 1 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.nytimes.android.external.store.middleware.moshi">
|
||||
|
||||
<application android:allowBackup="true"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
>
|
||||
|
||||
</application>
|
||||
<application />
|
||||
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue