diff --git a/README.md b/README.md
index 0b4b5fc..523dd0e 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -45,7 +46,7 @@ allprojects {
```
```groovy
dependencies {
- compile 'com.github.HITGIF:TextFieldBoxes:1.3.8'
+ compile 'com.github.HITGIF:TextFieldBoxes:1.3.9'
}
```
@@ -62,7 +63,7 @@ dependencies {
com.github.HITGIF
TextFieldBoxes
- 1.3.8
+ 1.3.9
```
@@ -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"
```
@@ -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"]]
```
diff --git a/README_CN.md b/README_CN.md
index adf27d6..0d5815d 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -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) 或更高
@@ -45,7 +46,7 @@ allprojects {
```
```groovy
dependencies {
- compile 'com.github.HITGIF:TextFieldBoxes:1.3.8'
+ compile 'com.github.HITGIF:TextFieldBoxes:1.3.9'
}
```
@@ -62,7 +63,7 @@ dependencies {
com.github.HITGIF
TextFieldBoxes
- 1.3.8
+ 1.3.9
```
@@ -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"
```
@@ -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"]]
```