Skip to content

Commit a5561b1

Browse files
committed
1.4.4 readme
1 parent 603316f commit a5561b1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ A new Material Design text field that comes in a box, based on [Google Material
2020
2121
## ***UPDATE NOTICE***
2222

23+
#### 1.4.4 Release
24+
- Layout updated to support bigger clear icon and end icons (#72).
25+
2326
#### 1.4.3 Release
2427
- Add [`setSimpleTextChangeWatcher()`](#watcher) as a better way to listen the input (#69).
2528
- Add [`app:manualValidateError`](#validate) attribute to manually control error state validation (#70).
2629
- Bug fix (#71).
2730

28-
#### 1.4.2 Release
29-
- Fixed #59 #60 #61.
30-
3131
3232
## Requirements
3333
- Android 4.0.3 IceCreamSandwich (API lv 15) or greater
@@ -48,7 +48,7 @@ allprojects {
4848
```
4949
```groovy
5050
dependencies {
51-
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.3'
51+
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.4'
5252
}
5353
```
5454

@@ -65,7 +65,7 @@ dependencies {
6565
<dependency>
6666
<groupId>com.github.HITGIF</groupId>
6767
<artifactId>TextFieldBoxes</artifactId>
68-
   <version>1.4.3</version>
68+
   <version>1.4.4</version>
6969
</dependency>
7070
```
7171

@@ -74,7 +74,7 @@ dependencies {
7474
resolvers += "jitpack" at "https://jitpack.io"
7575
```
7676
```scala
77-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
77+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.4"
7878
```
7979

8080

@@ -83,7 +83,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
8383
:repositories [["jitpack" "https://jitpack.io"]]
8484
```
8585
```scala
86-
:dependencies [[com.github.hitgif/textfieldboxes "1.4.3"]]
86+
:dependencies [[com.github.hitgif/textfieldboxes "1.4.4"]]
8787
```
8888

8989

README_CN.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
1919
## ***更新注意***
2020

21+
#### 1.4.4 Release
22+
- 更新布局以支持更大的清除按钮与末图标 (#72)。
23+
2124
#### 1.4.3 Release
2225
- 增加 [`setSimpleTextChangeWatcher()`](#watcher) 以便更好地监听文字输入 (#69)。
2326
- 增加 [`app:manualValidateError`](#validate) 属性以手动刷新错误状态 (#70)。
2427
- Bug 修复 (#71)。
2528

26-
#### 1.4.2 Release
27-
- 修复了 #59 #60 #61
28-
2929
3030
## 要求
3131
- Android 4.0.3 IceCreamSandwich (API lv 15) 或更高
@@ -46,7 +46,7 @@ allprojects {
4646
```
4747
```groovy
4848
dependencies {
49-
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.3'
49+
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.4'
5050
}
5151
```
5252

@@ -63,7 +63,7 @@ dependencies {
6363
<dependency>
6464
<groupId>com.github.HITGIF</groupId>
6565
<artifactId>TextFieldBoxes</artifactId>
66-
   <version>1.4.3</version>
66+
   <version>1.4.4</version>
6767
</dependency>
6868
```
6969

@@ -72,7 +72,7 @@ dependencies {
7272
resolvers += "jitpack" at "https://jitpack.io"
7373
```
7474
```scala
75-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
75+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.4"
7676
```
7777

7878

@@ -81,7 +81,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
8181
:repositories [["jitpack" "https://jitpack.io"]]
8282
```
8383
```scala
84-
:dependencies [[com.github.hitgif/textfieldboxes "1.4.3"]]
84+
:dependencies [[com.github.hitgif/textfieldboxes "1.4.4"]]
8585
```
8686

8787

0 commit comments

Comments
 (0)