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 2
2
3
3
<p align =" center " >
4
4
<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" />
6
6
</a >
7
7
<a href =" https://travis-ci.org/JessYanCoding/AndroidAutoSize " >
8
8
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
72
72
73
73
## Download
74
74
``` gradle
75
- implementation 'me.jessyan:autosize:1.0.0 '
75
+ implementation 'me.jessyan:autosize:1.0.1 '
76
76
```
77
77
78
78
## Usage
Original file line number Diff line number Diff line change 2
2
3
3
<p align =" center " >
4
4
<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" />
6
6
</a >
7
7
<a href =" https://travis-ci.org/JessYanCoding/AndroidAutoSize " >
8
8
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
74
74
75
75
## Download
76
76
``` gradle
77
- implementation 'me.jessyan:autosize:1.0.0 '
77
+ implementation 'me.jessyan:autosize:1.0.1 '
78
78
```
79
79
80
80
## Usage
Original file line number Diff line number Diff line change 29
29
targetSdkVersion = 28
30
30
compileSdkVersion = 28
31
31
buildToolsVersion = " 28.0.3"
32
- versionCode = 25
33
- versionName = " 1.0.0 "
32
+ versionCode = 26
33
+ versionName = " 1.0.1 "
34
34
appcompat_v7 = " com.android.support:appcompat-v7:28.0.0"
35
35
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
}
22
22
23
23
dependencies {
24
- // implementation 'me.jessyan:autosize:1.0.0 '
24
+ // implementation 'me.jessyan:autosize:1.0.1 '
25
25
implementation project(' :autosize' )
26
26
implementation rootProject. appcompat_v7
27
27
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
}
22
22
23
23
dependencies {
24
- // implementation 'me.jessyan:autosize:1.0.0 '
24
+ // implementation 'me.jessyan:autosize:1.0.1 '
25
25
implementation project(' :autosize' )
26
26
implementation rootProject. appcompat_v7
27
27
implementation ' cat.ereza:customactivityoncrash:2.2.0'
You can’t perform that action at this time.
0 commit comments