File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,46 +35,46 @@ To Use MultiFont Textview, add the below dependency
35
35
36
36
``` groovy
37
37
dependencies {
38
- compile 'com.github.shashkiranr.MultiFontView-Android:multifonttextview:1.4 '
38
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifonttextview:1.6 '
39
39
}
40
40
```
41
41
42
42
To Use MultiFont Button, add the below dependency
43
43
44
44
``` groovy
45
45
dependencies {
46
- compile 'com.github.shashkiranr.MultiFontView-Android:multifontbutton:1.4 '
46
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifontbutton:1.6 '
47
47
}
48
48
```
49
49
50
50
To Use MultiFont EditText, add the below dependency
51
51
52
52
``` groovy
53
53
dependencies {
54
- compile 'com.github.shashkiranr.MultiFontView-Android:multifontedittext:1.4 '
54
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifontedittext:1.6 '
55
55
}
56
56
```
57
57
To Use MultiFont Switch, add the below dependency
58
58
59
59
``` groovy
60
60
dependencies {
61
- compile 'com.github.shashkiranr.MultiFontView-Android:multifontswitch:1.4 '
61
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifontswitch:1.6 '
62
62
}
63
63
```
64
64
65
65
To Use MultiFont CheckBox, add the below dependency
66
66
67
67
``` groovy
68
68
dependencies {
69
- compile 'com.github.shashkiranr.MultiFontView-Android:multifontcheckbox:1.4 '
69
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifontcheckbox:1.6 '
70
70
}
71
71
```
72
72
73
73
To Use MultiFont RadioButton, add the below dependency
74
74
75
75
``` groovy
76
76
dependencies {
77
- compile 'com.github.shashkiranr.MultiFontView-Android:multifontradiobutton:1.4 '
77
+ compile 'com.github.shashkiranr.MultiFontView-Android:multifontradiobutton:1.6 '
78
78
}
79
79
```
80
80
You can’t perform that action at this time.
0 commit comments