Skip to content

Commit

Permalink
simple app done
Browse files Browse the repository at this point in the history
Signed-off-by: hedex <hedexmail@gmail.com>
  • Loading branch information
hedex committed Nov 27, 2017
1 parent 7c22324 commit 62098df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'auto-patch-plugin'
//apply plugin: 'auto-patch-plugin'
apply plugin: 'robust'

android {
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/java/com/meituan/sample/SecondActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ protected void onCreate(Bundle savedInstanceState) {
listView.setAdapter(adapter);
}

@Modify
// @Modify
public String getTextInfo() {
getArray();
// return "error occur " ;
return "error fixed";
return "error occur " ;
// return "error fixed";
}

@Add
Expand Down

0 comments on commit 62098df

Please sign in to comment.