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
8762125b
Commit
8762125b
authored
Mar 10, 2014
by
Skylot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove logback from jadx-core dependencies
parent
3d0c6e49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.gradle
build.gradle
+2
-1
build.gradle
jadx-core/build.gradle
+0
-1
No files found.
build.gradle
View file @
8762125b
...
...
@@ -25,7 +25,7 @@ subprojects {
jar
{
version
=
jadxVersion
manifest
{
mainAttributes
(
'jadx-version'
:
jadxVersion
)
mainAttributes
(
'jadx-version'
:
jadxVersion
)
}
}
...
...
@@ -33,6 +33,7 @@ subprojects {
compile
'org.slf4j:slf4j-api:1.7.6'
testCompile
'junit:junit:4.11'
testCompile
'org.mockito:mockito-core:1.9.5'
testCompile
'ch.qos.logback:logback-classic:1.1.1'
}
repositories
{
...
...
jadx-core/build.gradle
View file @
8762125b
...
...
@@ -2,7 +2,6 @@ ext.jadxClasspath = 'clsp-data/android-4.3.jar'
dependencies
{
compile
'com.google.android.tools:dx:1.7'
compile
'ch.qos.logback:logback-classic:1.0.13'
runtime
files
(
jadxClasspath
)
}
...
...
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