diff --git a/README-zh.md b/README-zh.md index c1d69bf..2cf3cdb 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,7 +2,7 @@
-
+
@@ -76,7 +76,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.1.0'
+ implementation 'me.jessyan:autosize:1.1.1'
```
## Usage
diff --git a/README.md b/README.md
index ce03590..45ca10a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -80,7 +80,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.1.0'
+ implementation 'me.jessyan:autosize:1.1.1'
```
## Usage
diff --git a/build.gradle b/build.gradle
index 7a92e7c..31ffbab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
- versionCode = 32
- versionName = "1.1.0"
+ versionCode = 33
+ versionName = "1.1.1"
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 ffa9d69..942709a 100644
--- a/demo-subunits/build.gradle
+++ b/demo-subunits/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.1.0'
+// implementation 'me.jessyan:autosize:1.1.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
testImplementation 'junit:junit:4.12'
diff --git a/demo/build.gradle b/demo/build.gradle
index 14b8061..9b9813f 100644
--- a/demo/build.gradle
+++ b/demo/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.1.0'
+// implementation 'me.jessyan:autosize:1.1.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
implementation 'cat.ereza:customactivityoncrash:2.2.0'