I'm trying to implement elegant number button in my app, but it's library is not syncing. Here is the gradle file.
//...
// FirebaseUI for Cloud Storage
implementation 'com.firebaseui:firebase-ui-storage:3.3.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.4'
implementation 'com.android.support:multidex:1.0.1'
implementation 'com.github.Hitomis:CircleMenu:v1.0.2'
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:+'
compile 'com.cepheuen.elegant-number-button:lib:1.0.2'
}
apply plugin: 'com.google.gms.google-services'
here is the error:
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.cepheuen.elegant-number-button:lib:1.0.2.