Skip to content

Commit

Permalink
Release to v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Sep 12, 2018
1 parent c330930 commit 9e914bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-zh.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.9.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v0.9.5-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 @@ -70,7 +70,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:0.9.1'
implementation 'me.jessyan:autosize:0.9.5'
```

## Usage
Expand Down
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.9.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v0.9.5-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 @@ -72,7 +72,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:0.9.1'
implementation 'me.jessyan:autosize:0.9.5'
```

## Usage
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 = 21
versionName = "0.9.1"
versionCode = 23
versionName = "0.9.5"
}
2 changes: 1 addition & 1 deletion demo-subunits/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.9.1'
// implementation 'me.jessyan:autosize:0.9.5'
implementation project(':autosize')
implementation 'com.android.support:appcompat-v7:27.1.1'
testImplementation 'junit:junit:4.12'
Expand Down
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.9.1'
// implementation 'me.jessyan:autosize:0.9.5'
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 9e914bf

Please sign in to comment.