add drone.io for download artifacts

This commit is contained in:
Skylot
2013-12-07 00:16:37 +04:00
parent 1d0f23dfbb
commit 37f03bcf9e
+7 -6
View File
@@ -1,19 +1,20 @@
## JADX ## JADX
**jadx** - Dex to Java decompiler **jadx** - Dex to Java decompiler
Command line and GUI tools for produce Java source code from Android Dex files Command line and GUI tools for produce Java source code from Android Dex and Apk files
Note: jadx-gui now in experimental stage Note: jadx-gui now in experimental stage
### Downloads ### Downloads
Latest version available at - [unstable](https://drone.io/github.com/skylot/jadx/files)
[github](https://github.com/skylot/jadx/releases) or [![Build Status](https://drone.io/github.com/skylot/jadx/status.png)](https://drone.io/github.com/skylot/jadx/latest)
[sourceforge](http://sourceforge.net/projects/jadx/files/) [![Build Status](https://travis-ci.org/skylot/jadx.png?branch=master)](https://travis-ci.org/skylot/jadx)
- from [github](https://github.com/skylot/jadx/releases)
- from [sourceforge](http://sourceforge.net/projects/jadx/files/)
### Build [![Build Status](https://travis-ci.org/skylot/jadx.png?branch=master)](https://travis-ci.org/skylot/jadx) ### Building from source
git clone https://github.com/skylot/jadx.git git clone https://github.com/skylot/jadx.git
cd jadx cd jadx
./gradlew dist ./gradlew dist