diff --git a/README.md b/README.md index 2769d1e..e886aad 100644 --- a/README.md +++ b/README.md @@ -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功能 + ### 源码编译 diff --git a/app/build.gradle b/app/build.gradle index ae305d3..458ec8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {