Skip to content

Commit c1a8c85

Browse files
committed
Release v1.0.1
1 parent 9903e86 commit c1a8c85

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
5-
<img src="https://img.shields.io/badge/Jcenter-v1.0.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+
<img src="https://img.shields.io/badge/Jcenter-v1.0.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
66
</a>
77
<a href="https://travis-ci.org/JessYanCoding/AndroidAutoSize">
88
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
@@ -72,7 +72,7 @@
7272

7373
## Download
7474
``` gradle
75-
implementation 'me.jessyan:autosize:1.0.0'
75+
implementation 'me.jessyan:autosize:1.0.1'
7676
```
7777

7878
## Usage

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
5-
<img src="https://img.shields.io/badge/Jcenter-v1.0.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+
<img src="https://img.shields.io/badge/Jcenter-v1.0.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
66
</a>
77
<a href="https://travis-ci.org/JessYanCoding/AndroidAutoSize">
88
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
@@ -74,7 +74,7 @@
7474

7575
## Download
7676
``` gradle
77-
implementation 'me.jessyan:autosize:1.0.0'
77+
implementation 'me.jessyan:autosize:1.0.1'
7878
```
7979

8080
## Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929
targetSdkVersion = 28
3030
compileSdkVersion = 28
3131
buildToolsVersion = "28.0.3"
32-
versionCode = 25
33-
versionName = "1.0.0"
32+
versionCode = 26
33+
versionName = "1.0.1"
3434
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
3535
}

demo-subunits/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
// implementation 'me.jessyan:autosize:1.0.0'
24+
// implementation 'me.jessyan:autosize:1.0.1'
2525
implementation project(':autosize')
2626
implementation rootProject.appcompat_v7
2727
testImplementation 'junit:junit:4.12'

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
// implementation 'me.jessyan:autosize:1.0.0'
24+
// implementation 'me.jessyan:autosize:1.0.1'
2525
implementation project(':autosize')
2626
implementation rootProject.appcompat_v7
2727
implementation 'cat.ereza:customactivityoncrash:2.2.0'

0 commit comments

Comments
 (0)