File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <a href =" https://bintray.com/jessyancoding/maven/autosize/_latestVersion " >
5- <img src="https://img.shields.io/badge/Jcenter-v0.9.1 -brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+ <img src="https://img.shields.io/badge/Jcenter-v0.9.5 -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" />
7070
7171## Download
7272``` gradle
73- implementation 'me.jessyan:autosize:0.9.1 '
73+ implementation 'me.jessyan:autosize:0.9.5 '
7474```
7575
7676## Usage
Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <a href =" https://bintray.com/jessyancoding/maven/autosize/_latestVersion " >
5- <img src="https://img.shields.io/badge/Jcenter-v0.9.1 -brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+ <img src="https://img.shields.io/badge/Jcenter-v0.9.5 -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" />
7272
7373## Download
7474``` gradle
75- implementation 'me.jessyan:autosize:0.9.1 '
75+ implementation 'me.jessyan:autosize:0.9.5 '
7676```
7777
7878## Usage
Original file line number Diff line number Diff line change 2929 targetSdkVersion = 27
3030 compileSdkVersion = 27
3131 buildToolsVersion = " 27.0.3"
32- versionCode = 21
33- versionName = " 0.9.1 "
32+ versionCode = 23
33+ versionName = " 0.9.5 "
3434}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121}
2222
2323dependencies {
24- // implementation 'me.jessyan:autosize:0.9.1 '
24+ // implementation 'me.jessyan:autosize:0.9.5 '
2525 implementation project(' :autosize' )
2626 implementation ' com.android.support:appcompat-v7:27.1.1'
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:0.9.1 '
24+ // implementation 'me.jessyan:autosize:0.9.5 '
2525 implementation project(' :autosize' )
2626 implementation ' com.android.support:appcompat-v7:27.1.1'
2727 implementation ' cat.ereza:customactivityoncrash:2.2.0'
You can’t perform that action at this time.
0 commit comments