Skip to content

Commit 9ab82dc

Browse files
committed
1.3.9
1 parent bd619c0 commit 9ab82dc

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ A new Material Design text field that comes in a box, based on Google Material D
1818
1919
## ***UPDATE NOTICE***
2020

21+
#### 1.3.9 Release
22+
- Fix issue #49.
23+
- Fix the compiling issue in #50.
24+
2125
#### 1.3.8 Release
2226
- Fix issue #41.
2327
- Add autocompletion support as addressed in #43. (`ExtendedEditText` now extends a built-in `TextInputAutoCompleteTextView`, which extends `AppCompatAutoCompleteTextView`).
2428

25-
#### 1.3.7 Release
26-
- Fix issue #37 #38.
27-
2829
2930
## Requirements
3031
- Android 4.0.3 IceCreamSandwich (API lv 15) or greater
@@ -45,7 +46,7 @@ allprojects {
4546
```
4647
```groovy
4748
dependencies {
48-
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.8'
49+
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.9'
4950
}
5051
```
5152

@@ -62,7 +63,7 @@ dependencies {
6263
<dependency>
6364
<groupId>com.github.HITGIF</groupId>
6465
<artifactId>TextFieldBoxes</artifactId>
65-
   <version>1.3.8</version>
66+
   <version>1.3.9</version>
6667
</dependency>
6768
```
6869

@@ -71,7 +72,7 @@ dependencies {
7172
resolvers += "jitpack" at "https://jitpack.io"
7273
```
7374
```scala
74-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.8"
75+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.9"
7576
```
7677

7778

@@ -80,7 +81,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.8"
8081
:repositories [["jitpack" "https://jitpack.io"]]
8182
```
8283
```scala
83-
:dependencies [[com.github.hitgif/textfieldboxes "1.3.8"]]
84+
:dependencies [[com.github.hitgif/textfieldboxes "1.3.9"]]
8485
```
8586

8687

README_CN.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
1919
## ***更新注意***
2020

21+
#### 1.3.9 Release
22+
- 修复 #49
23+
- 修复 #50 中的编译问题。
24+
2125
#### 1.3.8 Release
2226
- 修复 #41
2327
- 添加在 #43 中提到的 autocompletion 支持。 (`ExtendedEditText` 现在继承一个继承 `AppCompatAutoCompleteTextView``TextInputAutoCompleteTextView`).
2428

25-
#### 1.3.7 Release
26-
- 修复 issue #37 #38
27-
2829
2930
## 要求
3031
- Android 4.0.3 IceCreamSandwich (API lv 15) 或更高
@@ -45,7 +46,7 @@ allprojects {
4546
```
4647
```groovy
4748
dependencies {
48-
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.8'
49+
   compile 'com.github.HITGIF:TextFieldBoxes:1.3.9'
4950
}
5051
```
5152

@@ -62,7 +63,7 @@ dependencies {
6263
<dependency>
6364
<groupId>com.github.HITGIF</groupId>
6465
<artifactId>TextFieldBoxes</artifactId>
65-
   <version>1.3.8</version>
66+
   <version>1.3.9</version>
6667
</dependency>
6768
```
6869

@@ -71,7 +72,7 @@ dependencies {
7172
resolvers += "jitpack" at "https://jitpack.io"
7273
```
7374
```scala
74-
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.8"
75+
libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.9"
7576
```
7677

7778

@@ -80,7 +81,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.8"
8081
:repositories [["jitpack" "https://jitpack.io"]]
8182
```
8283
```scala
83-
:dependencies [[com.github.hitgif/textfieldboxes "1.3.8"]]
84+
:dependencies [[com.github.hitgif/textfieldboxes "1.3.9"]]
8485
```
8586

8687

0 commit comments

Comments
 (0)