Remove redundant meta-data from manifest
This commit is contained in:
parent
66c0e16795
commit
061c9475c2
|
@ -1,17 +1,2 @@
|
||||||
<manifest
|
<manifest package="com.dylanvann.fastimage">
|
||||||
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>
|
</manifest>
|
||||||
|
|
Loading…
Reference in New Issue