Skip to content

Commit 02b0ef0

Browse files
committed
upgrade version to 2.1
1 parent fe40b0b commit 02b0ef0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ allprojects {
33
apply plugin: 'idea'
44
apply plugin: 'eclipse'
55
group = 'com.github.CodingGay.BlackObfuscator'
6-
version = '2.0-SNAPSHOT'
6+
version = '2.1-SNAPSHOT'
77
}
88

99
defaultTasks('clean','distZip')

filter.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
cn.kaicity.gk.cdk.BuildConfig
66

77
#package
8-
cn.kaicity
8+
cn.kaicity
9+
10+
#blackList
11+
!cn.kaicity.gk.cdk
12+
13+
#blackList中的包或者类不会进行混淆

0 commit comments

Comments
 (0)