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:
Paul Woitaschek 2017-01-28 16:26:19 +01:00 committed by Mike Nakhimovich
parent 28fe003673
commit 372cfa6688

View file

@ -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>