Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WrBug committed Jan 7, 2019
1 parent 1b394cd commit 9cd4104
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,15 @@ Android Studio 3.0

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

[https://pan.baidu.com/s/1Rv9CbvoOlj7TTXyDmbCh-g](https://pan.baidu.com/s/1Rv9CbvoOlj7TTXyDmbCh-g)
[https://github.com/WrBug/dumpDex/releases](https://github.com/WrBug/dumpDex/releases)


### 可视化工具

[https://github.com/WrBug/DeveloperHelper](https://github.com/WrBug/DeveloperHelper)

易开发已集成dumpdex功能


### 源码编译

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.wrbug.dumpdex"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 101
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down

0 comments on commit 9cd4104

Please sign in to comment.