Commit be6dd191 authored by Varun Patil's avatar Varun Patil

Remove commons io dependency

parent fdb48f2d
...@@ -29,7 +29,6 @@ ext { ...@@ -29,7 +29,6 @@ ext {
picassoVersion = '2.71828' picassoVersion = '2.71828'
circleImageViewVersion = '2.2.0' circleImageViewVersion = '2.2.0'
markwonVersion = '1.0.6' markwonVersion = '1.0.6'
commonsIOVersion = '2.4'
tagViewVersion = '1.3' tagViewVersion = '1.3'
circleIndicatorVersion = '1.2.2@aar' circleIndicatorVersion = '1.2.2@aar'
} }
...@@ -51,7 +50,6 @@ dependencies { ...@@ -51,7 +50,6 @@ dependencies {
implementation "com.android.support:cardview-v7:${supportLibVersion}" implementation "com.android.support:cardview-v7:${supportLibVersion}"
implementation "de.hdodenhof:circleimageview:${circleImageViewVersion}" implementation "de.hdodenhof:circleimageview:${circleImageViewVersion}"
implementation "ru.noties:markwon:${markwonVersion}" implementation "ru.noties:markwon:${markwonVersion}"
implementation "commons-io:commons-io:${commonsIOVersion}"
implementation "com.github.Cutta:TagView:${tagViewVersion}" implementation "com.github.Cutta:TagView:${tagViewVersion}"
implementation "me.relex:circleindicator:${circleIndicatorVersion}" implementation "me.relex:circleindicator:${circleIndicatorVersion}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment