Skip to content

Commit

Permalink
replaced org.apache.commons:commons-lang3 with org.apache.commons:com…
Browse files Browse the repository at this point in the history
…mons-text
  • Loading branch information
andresth committed Aug 20, 2017
1 parent 51ed02e commit 985750b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ dependencies {
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile group: 'com.atlassian.commonmark', name:'commonmark', version:'0.8.0'
compile 'org.apache.commons:commons-lang3:3.6'
// compile 'org.apache.commons:commons-lang3:3.6'
compile 'commons-io:commons-io:2.5'
// https://mvnrepository.com/artifact/org.apache.commons/commons-text
compile group: 'org.apache.commons', name: 'commons-text', version: '1.1'
// compile 'ch.acra:acra:4.9.2'
compile 'com.faendir:acra:4.10.0'
compile 'com.thebluealliance:spectrum:0.7.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;

import org.apache.commons.lang3.StringEscapeUtils;
//import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.text.StringEscapeUtils;

import java.util.Date;

Expand Down

0 comments on commit 985750b

Please sign in to comment.