Skip to content

Commit 96849c8

Browse files
committed
update readme
1 parent 9dca3de commit 96849c8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A new Material Design text field that comes in a box, based on Google Material D
1818

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

2424
- old `hint` attribute is **renamed** to `labelText`.
@@ -49,7 +49,7 @@ allprojects {
4949
```
5050
```groovy
5151
dependencies {
52-
   compile 'com.github.HITGIF:TextFieldBoxes:1.1.1'
52+
   compile 'com.github.HITGIF:TextFieldBoxes:1.2.0'
5353
}
5454
```
5555

@@ -66,7 +66,7 @@ dependencies {
6666
<dependency>
6767
<groupId>com.github.HITGIF</groupId>
6868
<artifactId>TextFieldBoxes</artifactId>
69-
   <version>1.1.1</version>
69+
   <version>1.2.0</version>
7070
</dependency>
7171
```
7272

@@ -75,7 +75,7 @@ dependencies {
7575
resolvers += "jitpack" at "https://jitpack.io"
7676
```
7777
```scala
78-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.1.1"
78+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.2.0"
7979
```
8080

8181

@@ -84,7 +84,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.1.1"
8484
:repositories [["jitpack" "https://jitpack.io"]]
8585
```
8686
```scala
87-
:dependencies [[com.github.hitgif/textfieldboxes "1.1.1"]]
87+
:dependencies [[com.github.hitgif/textfieldboxes "1.2.0"]]
8888
```
8989

9090

README_CN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

2424
-`hint` 属性**更名**`labelText`
@@ -49,7 +49,7 @@ allprojects {
4949
```
5050
```groovy
5151
dependencies {
52-
   compile 'com.github.HITGIF:TextFieldBoxes:1.1.1'
52+
   compile 'com.github.HITGIF:TextFieldBoxes:1.2.0'
5353
}
5454
```
5555

@@ -66,7 +66,7 @@ dependencies {
6666
<dependency>
6767
<groupId>com.github.HITGIF</groupId>
6868
<artifactId>TextFieldBoxes</artifactId>
69-
   <version>1.1.1</version>
69+
   <version>1.2.0</version>
7070
</dependency>
7171
```
7272

@@ -75,7 +75,7 @@ dependencies {
7575
resolvers += "jitpack" at "https://jitpack.io"
7676
```
7777
```scala
78-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.1.1"
78+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.2.0"
7979
```
8080

8181

@@ -84,7 +84,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.1.1"
8484
:repositories [["jitpack" "https://jitpack.io"]]
8585
```
8686
```scala
87-
:dependencies [[com.github.hitgif/textfieldboxes "1.1.1"]]
87+
:dependencies [[com.github.hitgif/textfieldboxes "1.2.0"]]
8888
```
8989

9090

0 commit comments

Comments
 (0)