Skip to content

Commit

Permalink
Merge pull request DylanVann#2 from october93/glide-v4
Browse files Browse the repository at this point in the history
Remove redundant meta-data from manifest
  • Loading branch information
cgilson authored Nov 14, 2017
2 parents 8ec1cd6 + 061c947 commit f552fee
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 f552fee

Please sign in to comment.