Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Aug 19, 2018
1 parent d785a06 commit 9fe8051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
<img src="https://img.shields.io/badge/Jcenter-v0.6.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v0.7.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
</a>
<a href="https://travis-ci.org/JessYanCoding/AndroidAutoSize">
<img src="https://travis-ci.org/JessYanCoding/AndroidAutoSize.svg?branch=master" alt="Build Status" />
Expand Down Expand Up @@ -63,7 +63,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:0.6.0'
implementation 'me.jessyan:autosize:0.7.0'
```

## Usage (just two steps)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ext {
targetSdkVersion = 27
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
versionCode = 12
versionName = "0.6.0"
versionCode = 15
versionName = "0.7.0"
}
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
}

dependencies {
implementation 'me.jessyan:autosize:0.6.0'
implementation 'me.jessyan:autosize:0.7.0'
// implementation project(':autosize')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'cat.ereza:customactivityoncrash:2.2.0'
Expand Down

0 comments on commit 9fe8051

Please sign in to comment.