diff --git a/README-zh.md b/README-zh.md index 41ae05d..e928a24 100644 --- a/README-zh.md +++ b/README-zh.md @@ -3,7 +3,7 @@

- Latest Stable Version + Latest Stable Version Build Status @@ -77,7 +77,7 @@ ## Download ``` gradle - implementation 'me.jessyan:autosize:1.1.2' + implementation 'me.jessyan:autosize:1.2.0' ``` ## Usage diff --git a/README.md b/README.md index 89a0c82..34ee7bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Latest Stable Version + Latest Stable Version Build Status @@ -81,7 +81,7 @@ ## Download ``` gradle - implementation 'me.jessyan:autosize:1.1.2' + implementation 'me.jessyan:autosize:1.2.0' ``` ## Usage diff --git a/build.gradle b/build.gradle index f9518c2..bb515c7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.3' - classpath 'com.novoda:bintray-release:0.8.0' + classpath 'com.novoda:bintray-release:0.9.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -29,8 +29,8 @@ ext { targetSdkVersion = 29 compileSdkVersion = 29 buildToolsVersion = "29.0.2" - versionCode = 34 - versionName = "1.1.2" + versionCode = 40 + versionName = "1.2.0" appcompat_v7 = "com.android.support:appcompat-v7:28.0.0" androidx_appcompat = "androidx.appcompat:appcompat:1.1.0" } \ No newline at end of file diff --git a/demo-androidx/build.gradle b/demo-androidx/build.gradle index 567b8c0..3b6de56 100644 --- a/demo-androidx/build.gradle +++ b/demo-androidx/build.gradle @@ -21,7 +21,7 @@ android { } dependencies { -// implementation 'me.jessyan:autosize:1.1.2' +// implementation 'me.jessyan:autosize:1.2.0' implementation project(':autosize') implementation rootProject.androidx_appcompat testImplementation 'junit:junit:4.12' diff --git a/demo-subunits/build.gradle b/demo-subunits/build.gradle index 2950fda..55c51c8 100644 --- a/demo-subunits/build.gradle +++ b/demo-subunits/build.gradle @@ -21,7 +21,7 @@ android { } dependencies { -// implementation 'me.jessyan:autosize:1.1.2' +// implementation 'me.jessyan:autosize:1.2.0' implementation project(':autosize') implementation rootProject.appcompat_v7 testImplementation 'junit:junit:4.12' diff --git a/demo/build.gradle b/demo/build.gradle index 069cb38..2cf1591 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -21,7 +21,7 @@ android { } dependencies { -// implementation 'me.jessyan:autosize:1.1.2' +// implementation 'me.jessyan:autosize:1.2.0' implementation project(':autosize') implementation rootProject.appcompat_v7 implementation 'cat.ereza:customactivityoncrash:2.2.0'