Skip to content

Commit e27779c

Browse files
authored
Update README.md
update to reflect new version
1 parent d491f69 commit e27779c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,46 +35,46 @@ To Use MultiFont Textview, add the below dependency
3535

3636
```groovy
3737
dependencies {
38-
compile 'com.github.shashkiranr.MultiFontView-Android:multifonttextview:1.4'
38+
compile 'com.github.shashkiranr.MultiFontView-Android:multifonttextview:1.6'
3939
}
4040
```
4141

4242
To Use MultiFont Button, add the below dependency
4343

4444
```groovy
4545
dependencies {
46-
compile 'com.github.shashkiranr.MultiFontView-Android:multifontbutton:1.4'
46+
compile 'com.github.shashkiranr.MultiFontView-Android:multifontbutton:1.6'
4747
}
4848
```
4949

5050
To Use MultiFont EditText, add the below dependency
5151

5252
```groovy
5353
dependencies {
54-
compile 'com.github.shashkiranr.MultiFontView-Android:multifontedittext:1.4'
54+
compile 'com.github.shashkiranr.MultiFontView-Android:multifontedittext:1.6'
5555
}
5656
```
5757
To Use MultiFont Switch, add the below dependency
5858

5959
```groovy
6060
dependencies {
61-
compile 'com.github.shashkiranr.MultiFontView-Android:multifontswitch:1.4'
61+
compile 'com.github.shashkiranr.MultiFontView-Android:multifontswitch:1.6'
6262
}
6363
```
6464

6565
To Use MultiFont CheckBox, add the below dependency
6666

6767
```groovy
6868
dependencies {
69-
compile 'com.github.shashkiranr.MultiFontView-Android:multifontcheckbox:1.4'
69+
compile 'com.github.shashkiranr.MultiFontView-Android:multifontcheckbox:1.6'
7070
}
7171
```
7272

7373
To Use MultiFont RadioButton, add the below dependency
7474

7575
```groovy
7676
dependencies {
77-
compile 'com.github.shashkiranr.MultiFontView-Android:multifontradiobutton:1.4'
77+
compile 'com.github.shashkiranr.MultiFontView-Android:multifontradiobutton:1.6'
7878
}
7979
```
8080

0 commit comments

Comments
 (0)