I seems cannot import his github dependencies despite using the right address:
implementation 'com.github.mukeshsolanki:android-otpview-pinview:2.1.2'
When I build, Android Studio cannot find it.
Is there any other alternative? I found chaos pinview but I wanna try his as well.
CodePudding user response:
mvnrepository.com says you can find up to 2.1.0 in the Mulesoft repository. So you need to configure another maven repository in the top-level build.gradle and downgrade the dependency version. Or find another alternative.