We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40b0b commit 02b0ef0Copy full SHA for 02b0ef0
build.gradle
@@ -3,7 +3,7 @@ allprojects {
3
apply plugin: 'idea'
4
apply plugin: 'eclipse'
5
group = 'com.github.CodingGay.BlackObfuscator'
6
- version = '2.0-SNAPSHOT'
+ version = '2.1-SNAPSHOT'
7
}
8
9
defaultTasks('clean','distZip')
filter.txt
@@ -5,4 +5,9 @@
cn.kaicity.gk.cdk.BuildConfig
#package
-cn.kaicity
+cn.kaicity
+
10
+#blackList
11
+!cn.kaicity.gk.cdk
12
13
+#blackList中的包或者类不会进行混淆
0 commit comments