File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" />
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
Original file line number Diff line number Diff line change 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" />
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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121}
2222
2323dependencies {
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'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121}
2222
2323dependencies {
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'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121}
2222
2323dependencies {
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'
You can’t perform that action at this time.
0 commit comments