Skip to content

Commit 9cd4104

Browse files
committed
v1.1
1 parent 1b394cd commit 9cd4104

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ Android Studio 3.0
2828

2929
apk文件为master分支打包应用,develop分支请自行编译
3030

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+
3240

3341
### 源码编译
3442

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.wrbug.dumpdex"
1111
minSdkVersion 15
1212
targetSdkVersion 23
13-
versionCode 1
14-
versionName "1.0"
13+
versionCode 101
14+
versionName "1.1"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
externalNativeBuild {
1717
cmake {

0 commit comments

Comments
 (0)