Commit 3167cd08 authored by Skylot's avatar Skylot

fix bintray upload

parent b52f3525
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
[![Code Coverage](https://codecov.io/gh/skylot/jadx/branch/master/graph/badge.svg)](https://codecov.io/gh/skylot/jadx) [![Code Coverage](https://codecov.io/gh/skylot/jadx/branch/master/graph/badge.svg)](https://codecov.io/gh/skylot/jadx)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2166/badge.svg)](https://scan.coverity.com/projects/2166) [![Coverity Scan Build Status](https://scan.coverity.com/projects/2166/badge.svg)](https://scan.coverity.com/projects/2166)
[![SonarQube Bugs](https://sonarcloud.io/api/badges/measure?key=jadx&metric=bugs)](https://sonarcloud.io/dashboard?id=jadx) [![SonarQube Bugs](https://sonarcloud.io/api/badges/measure?key=jadx&metric=bugs)](https://sonarcloud.io/dashboard?id=jadx)
[![Latest release](https://img.shields.io/github/release/skylot/jadx.svg)](https://github.com/skylot/jadx/releases/latest)
[![Latest release downloads](https://img.shields.io/github/downloads/skylot/jadx/latest/total.svg)](https://github.com/skylot/jadx/releases/latest) [![Latest release downloads](https://img.shields.io/github/downloads/skylot/jadx/latest/total.svg)](https://github.com/skylot/jadx/releases/latest)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
...@@ -16,11 +15,17 @@ Command line and GUI tools for produce Java source code from Android Dex and Apk ...@@ -16,11 +15,17 @@ Command line and GUI tools for produce Java source code from Android Dex and Apk
### Downloads ### Downloads
- [unstable](https://bintray.com/skylot/jadx/unstable#files) - latest [unstable build: ![Download](https://api.bintray.com/packages/skylot/jadx/unstable/images/download.svg) ](https://bintray.com/skylot/jadx/unstable/_latestVersion#files)
- from [github](https://github.com/skylot/jadx/releases) - release from [github: ![Latest release](https://img.shields.io/github/release/skylot/jadx.svg)](https://github.com/skylot/jadx/releases/latest)
- from [bintray](https://bintray.com/skylot/jadx/releases#files) - release from [bintray: ![Download](https://api.bintray.com/packages/skylot/jadx/releases/images/download.svg) ](https://bintray.com/skylot/jadx/releases/_latestVersion#files)
- from [sourceforge](http://sourceforge.net/projects/jadx/files/) - release from [sourceforge](http://sourceforge.net/projects/jadx/files/)
After download unpack zip file go to `bin` directory and run:
- `jadx` - command line version
- `jadx-gui` - graphical version
On Windows run `.bat` files with double-click\
**Note:** ensure you have installed Java 8 64-bit version
### Building from source ### Building from source
Java 8 JDK or higher must be installed: Java 8 JDK or higher must be installed:
...@@ -72,6 +77,7 @@ options: ...@@ -72,6 +77,7 @@ options:
Example: Example:
jadx -d out classes.dex jadx -d out classes.dex
``` ```
These options also worked on jadx-gui running from command line and override options from preferences dialog
### Troubleshooting ### Troubleshooting
##### Out of memory error: ##### Out of memory error:
......
...@@ -5,21 +5,30 @@ ...@@ -5,21 +5,30 @@
"subject": "skylot", "subject": "skylot",
"desc": "Unstable", "desc": "Unstable",
"website_url": "https://github.com/skylot/jadx", "website_url": "https://github.com/skylot/jadx",
"issue_tracker_url": "https://github.com/skylot/jadx", "issue_tracker_url": "https://github.com/skylot/jadx/issues",
"vcs_url": "https://github.com/skylot/jadx", "vcs_url": "https://github.com/skylot/jadx.git",
"licenses": ["Apache-2.0"], "licenses": [
"labels": ["unstable"], "Apache-2.0"
"public_download_numbers": false, ],
"public_stats": false "labels": [
"unstable"
],
"public_download_numbers": true,
"public_stats": true
}, },
"version": { "version": {
"name": "BUILD_VERSION" "name": "BUILD_VERSION",
"desc": "Dev build: BUILD_VERSION"
},
"files": [
{
"includePattern": "build/(jadx.*\.zip)",
"uploadPattern": "$1",
"matrixParams": {
"override": 1
}, },
"list_in_downloads": true
"files": }
[
{"includePattern": "build/(jadx.*\.zip)", "uploadPattern": "$1"}
], ],
"publish": true "publish": true
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment