Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Jan 31, 2018
1 parent bd619c0 commit 9ab82dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ A new Material Design text field that comes in a box, based on Google Material D
## ***UPDATE NOTICE***

#### 1.3.9 Release
- Fix issue #49.
- Fix the compiling issue in #50.

#### 1.3.8 Release
- Fix issue #41.
- Add autocompletion support as addressed in #43. (`ExtendedEditText` now extends a built-in `TextInputAutoCompleteTextView`, which extends `AppCompatAutoCompleteTextView`).

#### 1.3.7 Release
- Fix issue #37 #38.

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

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

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


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

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

#### 1.3.9 Release
- 修复 #49
- 修复 #50 中的编译问题。

#### 1.3.8 Release
- 修复 #41
- 添加在 #43 中提到的 autocompletion 支持。 (`ExtendedEditText` 现在继承一个继承 `AppCompatAutoCompleteTextView``TextInputAutoCompleteTextView`).

#### 1.3.7 Release
- 修复 issue #37 #38

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

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

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


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

Expand Down

0 comments on commit 9ab82dc

Please sign in to comment.