Skip to content

Commit 1231132

Browse files
committed
Release to v1.1.2
1 parent c23ac90 commit 1231132

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README-zh.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-v1.1.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+
<img src="https://img.shields.io/badge/Jcenter-v1.1.2-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" />
@@ -76,7 +76,7 @@
7676

7777
## Download
7878
``` gradle
79-
implementation 'me.jessyan:autosize:1.1.1'
79+
implementation 'me.jessyan:autosize:1.1.2'
8080
```
8181

8282
## Usage

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-v1.1.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
5+
<img src="https://img.shields.io/badge/Jcenter-v1.1.2-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" />
@@ -80,7 +80,7 @@
8080

8181
## Download
8282
``` gradle
83-
implementation 'me.jessyan:autosize:1.1.1'
83+
implementation 'me.jessyan:autosize:1.1.2'
8484
```
8585

8686
## Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929
targetSdkVersion = 28
3030
compileSdkVersion = 28
3131
buildToolsVersion = "28.0.3"
32-
versionCode = 33
33-
versionName = "1.1.1"
32+
versionCode = 34
33+
versionName = "1.1.2"
3434
appcompat_v7 = "com.android.support:appcompat-v7:28.0.0"
3535
}

demo-subunits/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:1.1.1'
24+
// implementation 'me.jessyan:autosize:1.1.2'
2525
implementation project(':autosize')
2626
implementation rootProject.appcompat_v7
2727
testImplementation 'junit:junit:4.12'

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:1.1.1'
24+
// implementation 'me.jessyan:autosize:1.1.2'
2525
implementation project(':autosize')
2626
implementation rootProject.appcompat_v7
2727
implementation 'cat.ereza:customactivityoncrash:2.2.0'

demo/src/main/java/me/jessyan/autosize/demo/CustomAdaptActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected void onCreate(Bundle savedInstanceState) {
5454
public void goCustomAdaptFragment(View view) {
5555
startActivity(new Intent(getApplicationContext(), FragmentHost.class));
5656
}
57+
5758
/**
5859
* 是否按照宽度进行等比例适配 (为了保证在高宽比不同的屏幕上也能正常适配, 所以只能在宽度和高度之中选择一个作为基准进行适配)
5960
*

0 commit comments

Comments
 (0)