Skip to content

Commit

Permalink
1.4.4 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Jun 8, 2018
1 parent 603316f commit a5561b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ A new Material Design text field that comes in a box, based on [Google Material
## ***UPDATE NOTICE***

#### 1.4.4 Release
- Layout updated to support bigger clear icon and end icons (#72).

#### 1.4.3 Release
- Add [`setSimpleTextChangeWatcher()`](#watcher) as a better way to listen the input (#69).
- Add [`app:manualValidateError`](#validate) attribute to manually control error state validation (#70).
- Bug fix (#71).

#### 1.4.2 Release
- Fixed #59 #60 #61.

## Requirements
- Android 4.0.3 IceCreamSandwich (API lv 15) or greater
Expand All @@ -48,7 +48,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.3'
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.4'
}
```

Expand All @@ -65,7 +65,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.4.3</version>
   <version>1.4.4</version>
</dependency>
```

Expand All @@ -74,7 +74,7 @@ dependencies {
resolvers += "jitpack" at "https://jitpack.io"
```
```scala
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.4"
```


Expand All @@ -83,7 +83,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
:repositories [["jitpack" "https://jitpack.io"]]
```
```scala
:dependencies [[com.github.hitgif/textfieldboxes "1.4.3"]]
:dependencies [[com.github.hitgif/textfieldboxes "1.4.4"]]
```

Expand Down
14 changes: 7 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
## ***更新注意***

#### 1.4.4 Release
- 更新布局以支持更大的清除按钮与末图标 (#72)。

#### 1.4.3 Release
- 增加 [`setSimpleTextChangeWatcher()`](#watcher) 以便更好地监听文字输入 (#69)。
- 增加 [`app:manualValidateError`](#validate) 属性以手动刷新错误状态 (#70)。
- Bug 修复 (#71)。

#### 1.4.2 Release
- 修复了 #59 #60 #61

## 要求
- Android 4.0.3 IceCreamSandwich (API lv 15) 或更高
Expand All @@ -46,7 +46,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.3'
   compile 'com.github.HITGIF:TextFieldBoxes:1.4.4'
}
```

Expand All @@ -63,7 +63,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.4.3</version>
   <version>1.4.4</version>
</dependency>
```

Expand All @@ -72,7 +72,7 @@ dependencies {
resolvers += "jitpack" at "https://jitpack.io"
```
```scala
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.4"
```


Expand All @@ -81,7 +81,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.3"
:repositories [["jitpack" "https://jitpack.io"]]
```
```scala
:dependencies [[com.github.hitgif/textfieldboxes "1.4.3"]]
:dependencies [[com.github.hitgif/textfieldboxes "1.4.4"]]
```

Expand Down

0 comments on commit a5561b1

Please sign in to comment.