Remove redundant meta-data from manifest
This commit is contained in:
parent
66c0e16795
commit
061c9475c2
|
@ -1,17 +1,2 @@
|
|||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.dylanvann.fastimage"
|
||||
>
|
||||
<application>
|
||||
<meta-data
|
||||
android:name="com.dylanvann.fastimage.OkHttpProgressGlideModule"
|
||||
android:value="GlideModule"
|
||||
/>
|
||||
<meta-data
|
||||
android:name="com.bumptech.glide.integration.okhttp.OkHttpGlideModule"
|
||||
tools:node="remove"
|
||||
android:value="GlideModule"
|
||||
/>
|
||||
</application>
|
||||
<manifest package="com.dylanvann.fastimage">
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue