Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jadx
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
jadx
Commits
7474d305
Unverified
Commit
7474d305
authored
Jan 02, 2018
by
skylot
Committed by
GitHub
Jan 02, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #114 from allight/master
Replace jadx-core/lib/dx-1.10.jar with recent AOSP dx.jar
parents
47169291
fc269088
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+0
-1
build.gradle
jadx-core/build.gradle
+1
-1
dx-1.10.jar
jadx-core/lib/dx-1.10.jar
+0
-0
dx.jar
jadx-core/lib/dx.jar
+0
-0
No files found.
.travis.yml
View file @
7474d305
...
...
@@ -2,7 +2,6 @@ language: java
jdk
:
-
oraclejdk8
-
oraclejdk7
-
openjdk6
before_install
:
-
chmod +x gradlew
...
...
jadx-core/build.gradle
View file @
7474d305
...
...
@@ -3,7 +3,7 @@ ext.jadxClasspath = 'clsp-data/android-5.1.jar'
dependencies
{
runtime
files
(
jadxClasspath
)
compile
files
(
'lib/dx
-1.10
.jar'
)
compile
files
(
'lib/dx.jar'
)
compile
'commons-io:commons-io:2.4'
compile
'org.ow2.asm:asm:5.0.3'
compile
'com.intellij:annotations:12.0'
...
...
jadx-core/lib/dx-1.10.jar
deleted
100644 → 0
View file @
47169291
File deleted
jadx-core/lib/dx.jar
0 → 100644
View file @
7474d305
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment