Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Oct 22, 2018
1 parent 9903e86 commit c1a8c85
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-v1.0.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v1.0.1-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:1.0.0'
implementation 'me.jessyan:autosize:1.0.1'
```

## 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-v1.0.0-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v1.0.1-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 @@ -74,7 +74,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:1.0.0'
implementation 'me.jessyan:autosize:1.0.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
versionCode = 25
versionName = "1.0.0"
versionCode = 26
versionName = "1.0.1"
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
}
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:1.0.0'
// implementation 'me.jessyan:autosize:1.0.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
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:1.0.0'
// implementation 'me.jessyan:autosize:1.0.1'
implementation project(':autosize')
implementation rootProject.appcompat_v7
implementation 'cat.ereza:customactivityoncrash:2.2.0'
Expand Down

0 comments on commit c1a8c85

Please sign in to comment.