diff --git a/README-zh.md b/README-zh.md index 9034cf7..5b99f75 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,7 +2,7 @@
-
+
@@ -76,7 +76,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.0.5'
+ implementation 'me.jessyan:autosize:1.0.6'
```
## Usage
diff --git a/README.md b/README.md
index af858df..478b8a3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -78,7 +78,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.0.5'
+ implementation 'me.jessyan:autosize:1.0.6'
```
## Usage
diff --git a/build.gradle b/build.gradle
index 21c10e9..2700587 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
- versionCode = 28
- versionName = "1.0.5"
+ versionCode = 29
+ versionName = "1.0.6"
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
}
\ No newline at end of file
diff --git a/demo-subunits/build.gradle b/demo-subunits/build.gradle
index 456f28a..9dae9e3 100644
--- a/demo-subunits/build.gradle
+++ b/demo-subunits/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.0.5'
+// implementation 'me.jessyan:autosize:1.0.6'
implementation project(':autosize')
implementation rootProject.appcompat_v7
testImplementation 'junit:junit:4.12'
diff --git a/demo/build.gradle b/demo/build.gradle
index c9ae22b..e77ee92 100644
--- a/demo/build.gradle
+++ b/demo/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.0.5'
+// implementation 'me.jessyan:autosize:1.0.6'
implementation project(':autosize')
implementation rootProject.appcompat_v7
implementation 'cat.ereza:customactivityoncrash:2.2.0'