Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe34c4 commit 79a7b0eCopy full SHA for 79a7b0e
.gitignore
@@ -10,3 +10,4 @@
10
/DexKnifePlugin/.idea/qaplug_profiles.xml
11
/DexKnifePlugin/.idea/runConfigurations.xml
12
/DexKnifePlugin/.idea/vcs.xml
13
+.idea/
DexKnifePlugin/dexknife-plus/gradle.properties
@@ -1,6 +1,6 @@
1
#Gradle:groupId:libraryName:publicVersion
2
LOCAL_VERSION=0.0.5
3
-PUBLIC_VERSION=1.0.3
+PUBLIC_VERSION=1.0.4
4
GROUP_ID=com.library.tangxiaolv
5
#±ØÐë¸úModelÃûÒ»Ñù
6
LIBRARY_NAME=dexknife-plus
README.md
@@ -136,7 +136,7 @@ protected void attachBaseContext(Context base) {
136
```
137
buildscript {
138
dependencies {
139
- classpath 'com.library.tangxiaolv:dexknife-plus:1.0.3'
+ classpath 'com.library.tangxiaolv:dexknife-plus:1.0.4'
140
}
141
142
0 commit comments