Skip to content

Commit

Permalink
update 1.3.2 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Sep 24, 2017
1 parent 457c1ce commit c960844
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ A new Material Design text field that comes in a box, based on Google Material D
## ***UPDATE NOTICE***

#### 1.3.1 Release
- fix rendering issue
- performance improvement
- exemplar reformat
#### 1.3.2 Release
- fix issues #9 #19 #21

#### 1.3.0 Release
- the "EditText" part is now **seperated** from the TextFieldBoxes. TextFieldBoxes is now a **container** (just like a `TextInputLayout`) that should and should only contain **one** `ExtendedEditText` that inherents the `TextInputEditText`.
Expand Down Expand Up @@ -53,7 +51,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.1'
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.2'
}
```

Expand All @@ -70,7 +68,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.3.1</version>
   <version>1.3.2</version>
</dependency>
```

Expand All @@ -79,7 +77,7 @@ dependencies {
resolvers += "jitpack" at "https://jitpack.io"
```
```scala
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1"
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.2"
```


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

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

#### 1.3.1 Release
- 修复渲染错误
- 性能优化
- 重构示例代码
#### 1.3.2 Release
- 修复 issues #9 #19 #21

#### 1.3.0 Release
- "EditText" 部分现已与 TextFieldBoxes **分开**。 TextFieldBoxes 将作为一个**容器**(就像 `TextInputLayout`),应且只应包含**一个** `ExtendedEditText`(继承于 `TextInputEditText`)。
Expand Down Expand Up @@ -53,7 +51,7 @@ allprojects {
```
```groovy
dependencies {
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.1'
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.2'
}
```

Expand All @@ -70,7 +68,7 @@ dependencies {
<dependency>
<groupId>com.github.HITGIF</groupId>
<artifactId>TextFieldBoxes</artifactId>
   <version>1.3.1</version>
   <version>1.3.2</version>
</dependency>
```

Expand All @@ -79,7 +77,7 @@ dependencies {
resolvers += "jitpack" at "https://jitpack.io"
```
```scala
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1"
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.2"
```


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

Expand Down

0 comments on commit c960844

Please sign in to comment.