Skip to content

Commit

Permalink
Resolved issue when using library with apache.commons.io mauron85#31
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasStudioiBiZZ committed Nov 30, 2019
1 parent 2693e07 commit 5b2d71d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 497 deletions.
1 change: 1 addition & 0 deletions VERSIONS.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ ext {
logback: [group: 'com.github.tony19', name: 'logback-android', version: '1.1.1-9'],
slf4j: [group: 'org.slf4j', name: 'slf4j-api', version: '1.7.21'],
promise: [group: 'com.github.jparkie', name: 'promise', version: '1.0.3'],
commonsio: [group: 'commons-io', name:'commons-io', version: '2.6'],
]
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def projDependencies = [
[configuration: "implementation", dependency: libs.logback],
[configuration: "implementation", dependency: libs.slf4j],
[configuration: "implementation", dependency: libs.promise],
[configuration: "implementation", dependency: libs.commonsio],
]

buildscript {
Expand Down
153 changes: 0 additions & 153 deletions src/main/java/org/apache/commons/io/Charsets.java

This file was deleted.

Loading

0 comments on commit 5b2d71d

Please sign in to comment.