Skip to content

Commit baece2a

Browse files
committed
delete mt maven , fix apk hash in some times
Signed-off-by: hedex <hedexmail@gmail.com>
1 parent a771bd8 commit baece2a

15 files changed

Lines changed: 73 additions & 143 deletions

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ captures/
4242

4343
.idea/
4444

45-
45+
.DS_Store

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'me.tatarka.retrolambda'
33
//apply plugin: 'auto-patch-plugin'
4-
apply plugin: 'com.meituan.roboaspectj'
54
apply plugin: 'robust'
65

76
android {

app/proguard-rules.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18-
-keep class com.meituan.sample.MainActivity2{*;}
1918
-dontwarn
2019
-keepattributes Signature,SourceFile,LineNumberTable
2120
-keepattributes *Annotation*

app/robust/app-release.apk

-196 KB
Binary file not shown.

app/robust/methodsMap.robust

-192 Bytes
Binary file not shown.

app/robust/patch.jar

-424 Bytes
Binary file not shown.

app/src/main/java/com/meituan/sample/DotClassExceptionAspect.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

app/src/main/java/com/meituan/sample/MainActivity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ public void onClick(View v) {
104104
e.printStackTrace();
105105
}
106106

107-
MainActivity2 mainActivity2=new MainActivity2(new Object[]{1,2,3});
108-
mainActivity2.run(new Object[]{1,2,3});
109-
//
110107
System.out.println(" run(String x) "+run("robust ",123));
111108
System.out.println(" run(People x) "+run(new People(),123d));
112109
System.out.println(" run(float x) "+run(123f));

app/src/main/java/com/meituan/sample/MainActivity2.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)