Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Sep 10, 2017
1 parent 9dca3de commit 96849c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A new Material Design text field that comes in a box, based on Google Material D

## ***UPDATE NOTICE***
#### 1.1.1 Release
#### 1.2.0 Release
- fix the bug of when height (or width) is set to `wrap_content` yet fills up the whole space.

- old `hint` attribute is **renamed** to `labelText`.
Expand Down Expand Up @@ -49,7 +49,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.1.1'
   compile 'com.github.HITGIF:TextFieldBoxes:1.2.0'
}
```

Expand All @@ -66,7 +66,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.1.1</version>
   <version>1.2.0</version>
</dependency>
```

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


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

Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## ***更新注意***
#### 1.1.1 Release
#### 1.2.0 Release
- 修复了当高度(或宽度)设置为 `wrap_content` 时仍充满剩余空间的 bug。

-`hint` 属性**更名**`labelText`
Expand Down Expand Up @@ -49,7 +49,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.1.1'
   compile 'com.github.HITGIF:TextFieldBoxes:1.2.0'
}
```

Expand All @@ -66,7 +66,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.1.1</version>
   <version>1.2.0</version>
</dependency>
```

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


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

Expand Down

0 comments on commit 96849c8

Please sign in to comment.