Skip to content

Commit 220305e

Browse files
committed
Release v1.2.1
1 parent 86ba646 commit 220305e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README-zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

7878
## Download
7979
``` gradle
80-
implementation 'me.jessyan:autosize:1.2.0'
80+
implementation 'me.jessyan:autosize:1.2.1'
8181
```
8282

8383
## Usage

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<p align="center">
55
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
6-
<img src="https://img.shields.io/badge/Jcenter-v1.2.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
6+
<img src="https://img.shields.io/badge/Jcenter-v1.2.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
77
</a>
88
<a href="https://travis-ci.org/JessYanCoding/AndroidAutoSize">
99
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
@@ -81,7 +81,7 @@
8181

8282
## Download
8383
``` gradle
84-
implementation 'me.jessyan:autosize:1.2.0'
84+
implementation 'me.jessyan:autosize:1.2.1'
8585
```
8686

8787
## Usage

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ext {
2929
targetSdkVersion = 29
3030
compileSdkVersion = 29
3131
buildToolsVersion = "29.0.2"
32-
versionCode = 40
33-
versionName = "1.2.0"
32+
versionCode = 41
33+
versionName = "1.2.1"
3434
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
3535
androidx_appcompat = "androidx.appcompat:appcompat:1.1.0"
3636
}

demo-androidx/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

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

demo-subunits/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

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

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

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

0 commit comments

Comments
 (0)