Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanzhang committed Mar 28, 2017
1 parent 7578211 commit 7486b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ When you build APK,you may need to save mapping.txt and files in build/outputs/r
# AutoPatch


AutoPatch will generate patch for Robust automatically.You just need to fellow below steps to genrate patches. For more details please visit website http://tech.meituan.com/android_autopatch.html
AutoPatch will generate patch for Robust automatically. You just need to fellow below steps to genrate patches. For more details please visit website http://tech.meituan.com/android_autopatch.html

# Steps

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'robust'
//apply plugin: 'auto-patch-plugin'
apply plugin: 'robust'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
Expand Down

0 comments on commit 7486b78

Please sign in to comment.