File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<p align =" center " >
5
5
<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" />
7
7
</a >
8
8
<a href =" https://travis-ci.org/JessYanCoding/AndroidAutoSize " >
9
9
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
77
77
78
78
## Download
79
79
``` gradle
80
- implementation 'me.jessyan:autosize:1.2.0 '
80
+ implementation 'me.jessyan:autosize:1.2.1 '
81
81
```
82
82
83
83
## Usage
Original file line number Diff line number Diff line change 3
3
4
4
<p align =" center " >
5
5
<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" />
7
7
</a >
8
8
<a href =" https://travis-ci.org/JessYanCoding/AndroidAutoSize " >
9
9
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
81
81
82
82
## Download
83
83
``` gradle
84
- implementation 'me.jessyan:autosize:1.2.0 '
84
+ implementation 'me.jessyan:autosize:1.2.1 '
85
85
```
86
86
87
87
## Usage
Original file line number Diff line number Diff line change 29
29
targetSdkVersion = 29
30
30
compileSdkVersion = 29
31
31
buildToolsVersion = " 29.0.2"
32
- versionCode = 40
33
- versionName = " 1.2.0 "
32
+ versionCode = 41
33
+ versionName = " 1.2.1 "
34
34
appcompat_v7 = " com.android.support:appcompat-v7:28.0.0"
35
35
androidx_appcompat = " androidx.appcompat:appcompat:1.1.0"
36
36
}
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.2.0 '
24
+ // implementation 'me.jessyan:autosize:1.2.1 '
25
25
implementation project(' :autosize' )
26
26
implementation rootProject. androidx_appcompat
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.2.0 '
24
+ // implementation 'me.jessyan:autosize:1.2.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.2.0 '
24
+ // implementation 'me.jessyan:autosize:1.2.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