Skip to content

Commit 9fe8051

Browse files
committed
Release v0.7.0
1 parent d785a06 commit 9fe8051

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.6.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+
<img src="https://img.shields.io/badge/Jcenter-v0.7.0-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" />
@@ -63,7 +63,7 @@
6363

6464
## Download
6565
``` gradle
66-
implementation 'me.jessyan:autosize:0.6.0'
66+
implementation 'me.jessyan:autosize:0.7.0'
6767
```
6868

6969
## Usage (just two steps)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ ext {
2929
targetSdkVersion = 27
3030
compileSdkVersion = 27
3131
buildToolsVersion = "27.0.3"
32-
versionCode = 12
33-
versionName = "0.6.0"
32+
versionCode = 15
33+
versionName = "0.7.0"
3434
}

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:0.6.0'
24+
implementation 'me.jessyan:autosize:0.7.0'
2525
// implementation project(':autosize')
2626
implementation 'com.android.support:appcompat-v7:27.1.1'
2727
implementation 'cat.ereza:customactivityoncrash:2.2.0'

0 commit comments

Comments
 (0)