fix(deps): Remove and replace some dependencies

Not sure what happened, some dependencies' versions seems to be missing from Maven
central

- com.dmitrymalkovich.android:material-design-dimens v1.4 is not
  available on central
- Replace br.com.simplepass:loading-button-android with
  com.github.leandroBorgesFerreira:LoadingButtonAndroid. Not
  available on central
- Replace com.github.florent37:viewtooltip with
  com.github.CarlosEsco:ViewTooltip. Not available on central
This commit is contained in:
Carlos 2024-08-09 11:22:39 +07:00 committed by Ahmad Ansori Palembani
parent 98a8951c48
commit 0e2c336a37
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
16 changed files with 54 additions and 30 deletions

View file

@ -235,7 +235,6 @@ dependencies {
implementation(libs.aboutlibraries)
// UI
implementation(libs.material.design.dimens)
implementation(libs.loading.button)
implementation(libs.fastadapter)
implementation(libs.fastadapter.extensions.binding)