leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.94k stars 214 forks source link

Move from JCenter to other repository #183

Open developerfromjokela opened 3 years ago

developerfromjokela commented 3 years ago

JCenter is scheduled to be shut down in future (link]), and needs to be switched to for example, maven central.

iRonBotxx commented 3 years ago

See this > https://github.com/FarhamHosseini/LoadingButton#installation

j3g commented 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;

FarhamHosseini commented 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;

Replace br.com.simplepass.loadingbutton.customViews.CircularProgressButton with com.apachat.loadingbutton.core.customViews.CircularProgressButton and it will work ^_^