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
app/build.gradle
depend
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.
com.apache.commons:commons-io:XXX
commons-io:commons-io:XXX