Skip to content

Commit 3d09197

Browse files
authored
Merge pull request #263 from Meituan-Dianping/update-version-for-bugfix-2
update version
2 parents fb4effe + d6e6a4b commit 3d09197

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
手机系统版本:如:Android 5.0 (如是编译异常,则可以不填)
88

9-
Robust版本:如:0.4.79
9+
Robust版本:如:0.4.80
1010

1111
Gradle版本:如:2.10
1212

README-zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Robust
3-
[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.79) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.79/link)
3+
[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.80) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.80/link)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Meituan-Dianping/Robust/pulls)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/Meituan-Dianping/Robust/master/LICENSE)
66

@@ -28,7 +28,7 @@
2828
apply plugin: 'robust'
2929
3030
31-
compile 'com.meituan.robust:robust:0.4.79'
31+
compile 'com.meituan.robust:robust:0.4.80'
3232
3333
```
3434
2. 在整个项目的build.gradle加入classpath
@@ -39,8 +39,8 @@
3939
jcenter()
4040
}
4141
dependencies {
42-
classpath 'com.meituan.robust:gradle-plugin:0.4.79'
43-
classpath 'com.meituan.robust:auto-patch-plugin:0.4.79'
42+
classpath 'com.meituan.robust:gradle-plugin:0.4.80'
43+
classpath 'com.meituan.robust:auto-patch-plugin:0.4.80'
4444
}
4545
}
4646
```

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Robust
33

4-
[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.79) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.79/link)
4+
[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.80) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.80/link)
55
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Meituan-Dianping/Robust/pulls)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/Meituan-Dianping/Robust/master/LICENSE)
77

@@ -26,7 +26,7 @@ Robust is an Android HotFix solution with high compatibility and high stability.
2626
//please uncomment fellow line before you build a patch
2727
//apply plugin: 'auto-patch-plugin'
2828
apply plugin: 'robust'
29-
compile 'com.meituan.robust:robust:0.4.79'
29+
compile 'com.meituan.robust:robust:0.4.80'
3030
```
3131
2. Add below codes in the outest project's build.gradle file.
3232

@@ -36,8 +36,8 @@ Robust is an Android HotFix solution with high compatibility and high stability.
3636
jcenter()
3737
}
3838
dependencies {
39-
classpath 'com.meituan.robust:gradle-plugin:0.4.79'
40-
classpath 'com.meituan.robust:auto-patch-plugin:0.4.79'
39+
classpath 'com.meituan.robust:gradle-plugin:0.4.80'
40+
classpath 'com.meituan.robust:auto-patch-plugin:0.4.80'
4141
}
4242
}
4343
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buildscript {
99
classpath 'com.android.tools.build:gradle:2.1.0'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
12-
classpath 'com.meituan.robust:gradle-plugin:0.4.79'
13-
classpath 'com.meituan.robust:auto-patch-plugin:0.4.79'
12+
classpath 'com.meituan.robust:gradle-plugin:0.4.80'
13+
classpath 'com.meituan.robust:auto-patch-plugin:0.4.80'
1414
classpath 'me.tatarka:gradle-retrolambda:3.2.0'
1515
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1616
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
VERSION_NAME=0.4.79
19+
VERSION_NAME=0.4.80
2020
GROUP=com.meituan.robust
2121

0 commit comments

Comments
 (0)