Android Gradle compiling commons-io creates duplicate in library tree

前端 未结 4 1603
情深已故
情深已故 2020-12-10 06:44

I\'m trying to build and maintain an old application for work but I can\'t get past the build phase. In my app/build.gradle file I have

depend         


        
4条回答
  •  粉色の甜心
    2020-12-10 07:20

    I know that this thread is old enough, but if someone faces this issue, the reason may be in the artifact itself.

    com.apache.commons:commons-io:XXX has been moved to commons-io:commons-io:XXX and fetching of the old artifact may produce unexpected behavior.

提交回复
热议问题