diff --git a/README-zh.md b/README-zh.md index 75ca8723..32fff180 100644 --- a/README-zh.md +++ b/README-zh.md @@ -26,7 +26,7 @@ apply plugin: 'robust' - compile 'com.meituan.robust:robust:0.3.2' + compile 'com.meituan.robust:robust:0.3.3' ``` 2. 在整个项目的build.gradle加入classpath @@ -37,8 +37,8 @@ jcenter() } dependencies { - classpath 'com.meituan.robust:gradle-plugin:0.3.2' - classpath 'com.meituan.robust:auto-patch-plugin:0.3.2' + classpath 'com.meituan.robust:gradle-plugin:0.3.3' + classpath 'com.meituan.robust:auto-patch-plugin:0.3.3' } } ``` diff --git a/README.md b/README.md index 426754fd..090939ba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Robust is an Android HotFix solution with high compatibility and high stability. //please uncomment fellow line before you build a patch //apply plugin: 'auto-patch-plugin' apply plugin: 'robust' - compile 'com.meituan.robust:robust:0.3.2' + compile 'com.meituan.robust:robust:0.3.3' ``` 2. Add below codes in the outest project's build.gradle file. @@ -34,8 +34,8 @@ Robust is an Android HotFix solution with high compatibility and high stability. jcenter() } dependencies { - classpath 'com.meituan.robust:gradle-plugin:0.3.2' - classpath 'com.meituan.robust:auto-patch-plugin:0.3.2' + classpath 'com.meituan.robust:gradle-plugin:0.3.3' + classpath 'com.meituan.robust:auto-patch-plugin:0.3.3' } } ``` diff --git a/build.gradle b/build.gradle index 2e1747c5..97fc3531 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ buildscript { classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.meituan.robust:gradle-plugin:0.3.2' - classpath 'com.meituan.robust:auto-patch-plugin:0.3.2' + classpath 'com.meituan.robust:gradle-plugin:0.3.3' + classpath 'com.meituan.robust:auto-patch-plugin:0.3.3' classpath 'me.tatarka:gradle-retrolambda:3.2.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'