From 37f03bcf9ee19fd249fd109b533b456d566c94de Mon Sep 17 00:00:00 2001 From: Skylot Date: Sat, 7 Dec 2013 00:16:37 +0400 Subject: [PATCH] add drone.io for download artifacts --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 240e1cab4..7a9cbf81a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ ## JADX **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 ### Downloads -Latest version available at -[github](https://github.com/skylot/jadx/releases) or -[sourceforge](http://sourceforge.net/projects/jadx/files/) +- [unstable](https://drone.io/github.com/skylot/jadx/files) +[![Build Status](https://drone.io/github.com/skylot/jadx/status.png)](https://drone.io/github.com/skylot/jadx/latest) +[![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 cd jadx ./gradlew dist