diff --git a/README-zh.md b/README-zh.md index 2ef6f72..9947970 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,7 +2,7 @@
-
+
@@ -72,7 +72,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.0.0'
+ implementation 'me.jessyan:autosize:1.0.1'
```
## Usage
diff --git a/README.md b/README.md
index fb6f4f8..2bdd1ed 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -74,7 +74,7 @@
## Download
``` gradle
- implementation 'me.jessyan:autosize:1.0.0'
+ implementation 'me.jessyan:autosize:1.0.1'
```
## Usage
diff --git a/build.gradle b/build.gradle
index bd03b09..4b814f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
- versionCode = 25
- versionName = "1.0.0"
+ versionCode = 26
+ versionName = "1.0.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 50e2816..53aa8d0 100644
--- a/demo-subunits/build.gradle
+++ b/demo-subunits/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.0.0'
+// implementation 'me.jessyan:autosize:1.0.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
testImplementation 'junit:junit:4.12'
diff --git a/demo/build.gradle b/demo/build.gradle
index f52a9d5..ab7d3df 100644
--- a/demo/build.gradle
+++ b/demo/build.gradle
@@ -21,7 +21,7 @@ android {
}
dependencies {
-// implementation 'me.jessyan:autosize:1.0.0'
+// implementation 'me.jessyan:autosize:1.0.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
implementation 'cat.ereza:customactivityoncrash:2.2.0'