Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Muzaffar committed Oct 2, 2018
1 parent 62739b3 commit fb879fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ buildscript {
**Jetpack** support in version 2.0 [![Download](https://api.bintray.com/packages/alphamu/customwidgets/PinEntryEditText/images/download.svg)](https://bintray.com/alphamu/customwidgets/PinEntryEditText/_latestVersion):

dependencies {
implementation ('com.alimuzaffar.lib:pinentryedittext:2.0.1-RC1') {
implementation ('com.alimuzaffar.lib:pinentryedittext:2.0.1') {
exclude group: 'androidx.appcompat', module: 'appcompat'
exclude group: 'androidx.legacy', module: 'legacy-support-v13'
}
}

If you don't use Jetpack, use version 1.3.X [ ![Download](https://api.bintray.com/packages/alphamu/customwidgets/PinEntryEditText/images/download.svg?version=1.3.4) ](https://bintray.com/alphamu/customwidgets/PinEntryEditText/1.3.4/link)
If you don't use Jetpack, use version 1.3.X [ ![Download](https://api.bintray.com/packages/alphamu/customwidgets/PinEntryEditText/images/download.svg?version=1.3.4) ](https://bintray.com/alphamu/customwidgets/PinEntryEditText/1.3.6/link)

dependencies {
implementation ('com.alimuzaffar.lib:pinentryedittext:1.3.4') {
implementation ('com.alimuzaffar.lib:pinentryedittext:1.3.6') {
exclude group: 'com.android.support', module: 'support-v4'
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'support-v13'
Expand Down

0 comments on commit fb879fa

Please sign in to comment.