Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79a7b0e

Browse files
committed
sync update from dexknife
1 parent bfe34c4 commit 79a7b0e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/DexKnifePlugin/.idea/qaplug_profiles.xml
1111
/DexKnifePlugin/.idea/runConfigurations.xml
1212
/DexKnifePlugin/.idea/vcs.xml
13+
.idea/
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Gradle:groupId:libraryName:publicVersion
22
LOCAL_VERSION=0.0.5
3-
PUBLIC_VERSION=1.0.3
3+
PUBLIC_VERSION=1.0.4
44
GROUP_ID=com.library.tangxiaolv
55
#±ØÐë¸úModelÃûÒ»Ñù
66
LIBRARY_NAME=dexknife-plus

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected void attachBaseContext(Context base) {
136136
```
137137
buildscript {
138138
dependencies {
139-
classpath 'com.library.tangxiaolv:dexknife-plus:1.0.3'
139+
classpath 'com.library.tangxiaolv:dexknife-plus:1.0.4'
140140
}
141141
}
142142
```

0 commit comments

Comments
 (0)