From 6c67eab78dd21f021c48a2fe376cb463b6c44834 Mon Sep 17 00:00:00 2001 From: JessYan Date: Thu, 11 Oct 2018 16:40:17 +0800 Subject: [PATCH] Release to v1.0.0 --- README-zh.md | 4 ++-- README.md | 4 ++-- build.gradle | 4 ++-- demo-subunits/build.gradle | 2 +- demo/build.gradle | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-zh.md b/README-zh.md index 3d493f1..2ef6f72 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,7 +2,7 @@

- Latest Stable Version + Latest Stable Version Build Status @@ -72,7 +72,7 @@ ## Download ``` gradle - implementation 'me.jessyan:autosize:0.9.5' + implementation 'me.jessyan:autosize:1.0.0' ``` ## Usage diff --git a/README.md b/README.md index 94107a0..fb6f4f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- Latest Stable Version + Latest Stable Version Build Status @@ -74,7 +74,7 @@ ## Download ``` gradle - implementation 'me.jessyan:autosize:0.9.5' + implementation 'me.jessyan:autosize:1.0.0' ``` ## Usage diff --git a/build.gradle b/build.gradle index 12d1da3..bd03b09 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ ext { targetSdkVersion = 28 compileSdkVersion = 28 buildToolsVersion = "28.0.3" - versionCode = 23 - versionName = "0.9.5" + versionCode = 25 + versionName = "1.0.0" 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 c2a92f8..50e2816 100644 --- a/demo-subunits/build.gradle +++ b/demo-subunits/build.gradle @@ -21,7 +21,7 @@ android { } dependencies { -// implementation 'me.jessyan:autosize:0.9.5' +// implementation 'me.jessyan:autosize:1.0.0' implementation project(':autosize') implementation rootProject.appcompat_v7 testImplementation 'junit:junit:4.12' diff --git a/demo/build.gradle b/demo/build.gradle index db39c18..f52a9d5 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -21,7 +21,7 @@ android { } dependencies { -// implementation 'me.jessyan:autosize:0.9.5' +// implementation 'me.jessyan:autosize:1.0.0' implementation project(':autosize') implementation rootProject.appcompat_v7 implementation 'cat.ereza:customactivityoncrash:2.2.0'