leandroBorgesFerreira / LoadingButtonAndroid

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

Update versions #192

Closed MehraB832 closed 5 months ago

MehraB832 commented 5 months ago
leandroBorgesFerreira commented 5 months ago

Hi @MehraB832. Thanks for your contribution!!

This PR is fine to me, but the github action need to be update in order for it to build. Would you like to update it?

Just change this part:

        with:
          distribution: adopt
          java-version: 11 -> 17

Inside publish.yml and assemble.yml

MehraB832 commented 5 months ago

Thanks, I think it works.