@@ -20,14 +20,14 @@ A new Material Design text field that comes in a box, based on [Google Material
20
20
21
21
## *** UPDATE NOTICE***
22
22
23
+ #### 1.4.4 Release
24
+ - Layout updated to support bigger clear icon and end icons (#72 ).
25
+
23
26
#### 1.4.3 Release
24
27
- Add [ ` setSimpleTextChangeWatcher() ` ] ( #watcher ) as a better way to listen the input (#69 ).
25
28
- Add [ ` app:manualValidateError ` ] ( #validate ) attribute to manually control error state validation (#70 ).
26
29
- Bug fix (#71 ).
27
30
28
- #### 1.4.2 Release
29
- - Fixed #59 #60 #61 .
30
-
31
31
32
32
## Requirements
33
33
- Android 4.0.3 IceCreamSandwich (API lv 15) or greater
@@ -48,7 +48,7 @@ allprojects {
48
48
```
49
49
``` groovy
50
50
dependencies {
51
- compile 'com.github.HITGIF:TextFieldBoxes:1.4.3 '
51
+ compile 'com.github.HITGIF:TextFieldBoxes:1.4.4 '
52
52
}
53
53
```
54
54
@@ -65,7 +65,7 @@ dependencies {
65
65
<dependency >
66
66
<groupId >com.github.HITGIF</groupId >
67
67
<artifactId >TextFieldBoxes</artifactId >
68
- <version >1.4.3 </version >
68
+ <version >1.4.4 </version >
69
69
</dependency >
70
70
```
71
71
@@ -74,7 +74,7 @@ dependencies {
74
74
resolvers += " jitpack" at " https://jitpack.io"
75
75
```
76
76
``` scala
77
- libraryDependencies += " com.github.HITGIF" % " TextFieldBoxes" % " 1.4.3 "
77
+ libraryDependencies += " com.github.HITGIF" % " TextFieldBoxes" % " 1.4.4 "
78
78
```
79
79
80
80
@@ -83,7 +83,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
83
83
: repositories [[" jitpack" " https://jitpack.io" ]]
84
84
```
85
85
``` scala
86
- : dependencies [[com.github.hitgif/ textfieldboxes " 1.4.3 " ]]
86
+ : dependencies [[com.github.hitgif/ textfieldboxes " 1.4.4 " ]]
87
87
```
88
88
89
89
0 commit comments