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
51a9c741
Commit
51a9c741
authored
Mar 15, 2019
by
Skylot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update dependencies and gradle
parent
bce86d32
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
15 deletions
+20
-15
build.gradle
build.gradle
+3
-3
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
jadx-core/build.gradle
+9
-5
build.gradle
jadx-gui/build.gradle
+7
-6
No files found.
build.gradle
View file @
51a9c741
plugins
{
id
'org.sonarqube'
version
'2.7'
id
'com.github.ben-manes.versions'
version
'0.2
0
.0'
id
'com.github.ben-manes.versions'
version
'0.2
1
.0'
}
ext
.
jadxVersion
=
System
.
getenv
(
'JADX_VERSION'
)
?:
"dev"
...
...
@@ -35,12 +35,12 @@ allprojects {
}
dependencies
{
compile
'org.slf4j:slf4j-api:1.7.2
5
'
compile
'org.slf4j:slf4j-api:1.7.2
6
'
testCompile
'ch.qos.logback:logback-classic:1.2.3'
testCompile
'junit:junit:4.12'
testCompile
'org.hamcrest:hamcrest-library:2.1'
testCompile
'org.mockito:mockito-core:2.2
3.4
'
testCompile
'org.mockito:mockito-core:2.2
5.0
'
testCompile
'org.spockframework:spock-core:1.1-groovy-2.4'
}
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
51a9c741
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
1
.1-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
2
.1-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
jadx-core/build.gradle
View file @
51a9c741
...
...
@@ -5,13 +5,17 @@ dependencies {
compile
files
(
'lib/dx-1.16.jar'
)
compile
'commons-io:commons-io:2.6'
compile
'org.ow2.asm:asm:7.
0
'
compile
'org.jetbrains:annotations:1
6.0.3
'
compile
'uk.com.robust-it:cloning:1.9.1
1
'
compile
'org.ow2.asm:asm:7.
1
'
compile
'org.jetbrains:annotations:1
7.0.0
'
compile
'uk.com.robust-it:cloning:1.9.1
2
'
testCompile
'org.smali:smali:2.2.
5
'
testCompile
'org.smali:baksmali:2.2.
5
'
testCompile
'org.smali:smali:2.2.
6
'
testCompile
'org.smali:baksmali:2.2.
6
'
testCompile
'org.apache.commons:commons-lang3:3.8.1'
// update dependency in smali
testCompile
'com.google.guava:guava:27.1-jre'
testCompile
'com.beust:jcommander:1.74'
}
jadx-gui/build.gradle
View file @
51a9c741
plugins
{
id
'edu.sc.seis.launch4j'
version
'2.4.
4
'
id
'com.github.johnrengelman.shadow'
version
'
4.0.3
'
id
'edu.sc.seis.launch4j'
version
'2.4.
5
'
id
'com.github.johnrengelman.shadow'
version
'
5.0.0
'
}
apply
plugin:
'application'
...
...
@@ -13,7 +13,8 @@ targetCompatibility = JavaVersion.VERSION_1_8
dependencies
{
compile
(
project
(
":jadx-core"
))
compile
(
project
(
":jadx-cli"
))
compile
'com.fifesoft:rsyntaxtextarea:3.0.0'
compile
'com.fifesoft:rsyntaxtextarea:3.0.2'
compile
'com.google.code.gson:gson:2.8.5'
compile
files
(
'libs/jfontchooser-1.0.5.jar'
)
compile
'hu.kazocsaba:image-viewer:1.2.3'
...
...
@@ -21,9 +22,9 @@ dependencies {
compile
'org.apache.commons:commons-lang3:3.8.1'
compile
'org.apache.commons:commons-text:1.6'
compile
'io.reactivex.rxjava2:rxjava:2.2.
5
'
compile
"com.github.akarnokd:rxjava2-swing:0.3.
3
"
compile
'com.android.tools.build:apksig:3.3.
0
'
compile
'io.reactivex.rxjava2:rxjava:2.2.
7
'
compile
"com.github.akarnokd:rxjava2-swing:0.3.
4
"
compile
'com.android.tools.build:apksig:3.3.
2
'
}
applicationDistribution
.
with
{
...
...
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