Skip to content

Commit b76b39f

Browse files
committed
Release to v1.2.0
1 parent e5c548d commit b76b39f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
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.1.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
6+
<img src="https://img.shields.io/badge/Jcenter-v1.2.0-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.1.2'
80+
implementation 'me.jessyan:autosize:1.2.0'
8181
```
8282

8383
## Usage

README.md

Lines changed: 2 additions & 2 deletions
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.1.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
6+
<img src="https://img.shields.io/badge/Jcenter-v1.2.0-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.1.2'
84+
implementation 'me.jessyan:autosize:1.2.0'
8585
```
8686

8787
## Usage

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.5.3'
10-
classpath 'com.novoda:bintray-release:0.8.0'
10+
classpath 'com.novoda:bintray-release:0.9.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}
@@ -29,8 +29,8 @@ ext {
2929
targetSdkVersion = 29
3030
compileSdkVersion = 29
3131
buildToolsVersion = "29.0.2"
32-
versionCode = 34
33-
versionName = "1.1.2"
32+
versionCode = 40
33+
versionName = "1.2.0"
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

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.1.2'
24+
// implementation 'me.jessyan:autosize:1.2.0'
2525
implementation project(':autosize')
2626
implementation rootProject.androidx_appcompat
2727
testImplementation 'junit:junit:4.12'

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.1.2'
24+
// implementation 'me.jessyan:autosize:1.2.0'
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.1.2'
24+
// implementation 'me.jessyan:autosize:1.2.0'
2525
implementation project(':autosize')
2626
implementation rootProject.appcompat_v7
2727
implementation 'cat.ereza:customactivityoncrash:2.2.0'

0 commit comments

Comments
 (0)