Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Mar 17, 2018
1 parent d2ca9af commit fcd39af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
15 changes: 7 additions & 8 deletions README.md
Expand Up @@ -20,13 +20,12 @@ A new Material Design text field that comes in a box, based on [Google Material
## ***UPDATE NOTICE***

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

#### 1.4.1 Release
- Ultimately fixed #49.

#### 1.4.0 Release
- Support Dense Layout (Dense Spacing) with `app:useDenseSpacing` attribute.
- Label can be fixed at the top when hint is present, with `app:alwaysShowHint` attribute.\

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

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

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


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

Expand Down
15 changes: 7 additions & 8 deletions README_CN.md
Expand Up @@ -18,13 +18,12 @@
## ***更新注意***

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

#### 1.4.1 Release
- 最终修复了 #49

#### 1.4.0 Release
- 支持 Dense Layout (紧凑布局),使用 `app:useDenseSpacing` 属性以设置。
- 当设置了 hint 时,标签可以一直被挂在顶部以显示 hint,使用 `app:alwaysShowHint` 属性以设置。

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

Expand All @@ -62,7 +61,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.4.1</version>
   <version>1.4.2</version>
</dependency>
```

Expand All @@ -71,7 +70,7 @@ dependencies {
resolvers += "jitpack" at "https://jitpack.io"
```
```scala
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.1"
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.2"
```


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

Expand Down

0 comments on commit fcd39af

Please sign in to comment.