Skip to content

Commit

Permalink
Release to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jan 22, 2020
1 parent e5c548d commit b76b39f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center">
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
<img src="https://img.shields.io/badge/Jcenter-v1.1.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v1.2.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 @@ -77,7 +77,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:1.1.2'
implementation 'me.jessyan:autosize:1.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center">
<a href="https://bintray.com/jessyancoding/maven/autosize/_latestVersion">
<img src="https://img.shields.io/badge/Jcenter-v1.1.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v1.2.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 @@ -81,7 +81,7 @@

## Download
``` gradle
implementation 'me.jessyan:autosize:1.1.2'
implementation 'me.jessyan:autosize:1.2.0'
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.novoda:bintray-release:0.8.0'
classpath 'com.novoda:bintray-release:0.9.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -29,8 +29,8 @@ ext {
targetSdkVersion = 29
compileSdkVersion = 29
buildToolsVersion = "29.0.2"
versionCode = 34
versionName = "1.1.2"
versionCode = 40
versionName = "1.2.0"
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
androidx_appcompat = "androidx.appcompat:appcompat:1.1.0"
}
2 changes: 1 addition & 1 deletion demo-androidx/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.1.2'
// implementation 'me.jessyan:autosize:1.2.0'
implementation project(':autosize')
implementation rootProject.androidx_appcompat
testImplementation 'junit:junit:4.12'
Expand Down
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.1.2'
// implementation 'me.jessyan:autosize:1.2.0'
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.1.2'
// implementation 'me.jessyan:autosize:1.2.0'
implementation project(':autosize')
implementation rootProject.appcompat_v7
implementation 'cat.ereza:customactivityoncrash:2.2.0'
Expand Down

0 comments on commit b76b39f

Please sign in to comment.