alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

Failed to resolve: com.alimuzaffar.lib:pinentryedittext:1.3.2 #43

Closed palratnesh05 closed 6 years ago

palratnesh05 commented 6 years ago

Failed to resolve: com.alimuzaffar.lib:pinentryedittext:1.3.2

paulVulog commented 6 years ago

No version 1.3.2. Use 1.3.3 instead https://github.com/alphamu/PinEntryEditText/issues/28

alphamu commented 6 years ago

Probably because Google now by default includes only the Google maven repo and doesn't specify jcenter any more. In your /build.gradle make sure it says something like:

buildscript {
    repositories {
        jcenter()
        google()
    }
...
}
alphamu commented 6 years ago

Sorry, turns out there is no version 1.3.2 as you mentioned. I'll update the readme in the next round of updated.