Skip to content

Commit

Permalink
Remove redundant meta-data from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chitezh committed Nov 14, 2017
1 parent 66c0e16 commit 061c947
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 061c947

Please sign in to comment.