Skip to content

Commit f5702ab

Browse files
committed
fix(sample): upgrade 1.1.3 and use cleanAll instead of cleanPatch
1 parent 34e4527 commit f5702ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/tinker/sample/android/app/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void onFail(Exception e) {
8888
cleanPatchButton.setOnClickListener(new View.OnClickListener() {
8989
@Override
9090
public void onClick(View v) {
91-
TinkerPatch.with().cleanPatch();
91+
TinkerPatch.with().cleanAll();
9292
}
9393
});
9494

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#Thu Dec 08 22:20:28 CST 2016
1616

1717
TINKER_VERSION=1.7.7
18-
TINKERPATCH_VERSION=1.1.1
18+
TINKERPATCH_VERSION=1.1.3

0 commit comments

Comments
 (0)