Skip to content

Commit d4cbdd3

Browse files
committed
remove no use code
1 parent 5535119 commit d4cbdd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/proguard-rules.pro

+3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
2222

23+
2324
-keep class * extends com.silencedut.diffadapter.holder.BaseDiffViewHolder {*;}
25+
-keep class * extends com.silencedut.diffadapter.data.BaseMutableData {*;}
26+
2427
-keep class * implements com.silencedut.hub_annotation.IFindImplClz {*;}
2528
-keep class * implements com.silencedut.hub_annotation.IFindActivity {*;}
2629
-keepnames interface * extends com.silencedut.hub.IHub

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env sh
2-
yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;28.0.3"
2+
33
##############################################################################
44
##
55
## Gradle start up script for UN*X

0 commit comments

Comments
 (0)