Commit 9cd4104 1 parent 1b394cd commit 9cd4104 Copy full SHA for 9cd4104
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,15 @@ Android Studio 3.0
28
28
29
29
apk文件为master分支打包应用,develop分支请自行编译
30
30
31
- [ https://pan.baidu.com/s/1Rv9CbvoOlj7TTXyDmbCh-g ] ( https://pan.baidu.com/s/1Rv9CbvoOlj7TTXyDmbCh-g )
31
+ [ https://github.com/WrBug/dumpDex/releases ] ( https://github.com/WrBug/dumpDex/releases )
32
+
33
+
34
+ ### 可视化工具
35
+
36
+ [ https://github.com/WrBug/DeveloperHelper ] ( https://github.com/WrBug/DeveloperHelper )
37
+
38
+ 易开发已集成dumpdex功能
39
+
32
40
33
41
### 源码编译
34
42
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " com.wrbug.dumpdex"
11
11
minSdkVersion 15
12
12
targetSdkVersion 23
13
- versionCode 1
14
- versionName " 1.0 "
13
+ versionCode 101
14
+ versionName " 1.1 "
15
15
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
16
externalNativeBuild {
17
17
cmake {
You can’t perform that action at this time.
0 commit comments