Open developerfromjokela opened 3 years ago
thanks for offering to help. the project you linked to is not the same project. it is similar. I get the following error when trying to use this replacement library:
error: package br.com.simplepass.loadingbutton.customViews does not exist import br.com.simplepass.loadingbutton.customViews.CircularProgressButton;
thanks for offering to help. the project you linked to is not the same project. it is similar. I get the following error when trying to use this replacement library:
error: package br.com.simplepass.loadingbutton.customViews does not exist import br.com.simplepass.loadingbutton.customViews.CircularProgressButton;
Replace br.com.simplepass.loadingbutton.customViews.CircularProgressButton
with com.apachat.loadingbutton.core.customViews.CircularProgressButton
and it will work ^_^
JCenter is scheduled to be shut down in future (link]), and needs to be switched to for example, maven central.