Swap out markdownview-1.2.jar for commonmark library.

This commit is contained in:
Adrian Malacoda 2018-06-23 00:26:36 -05:00
parent 12c539738a
commit 39c7dd956c
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:+' compile 'com.github.gabrielemariotti.changeloglib:library:+'
compile 'commons-io:commons-io:2.4' compile 'commons-io:commons-io:2.4'
compile 'com.android.support:support-annotations:+' compile 'com.android.support:support-annotations:+'
compile files('../libs/markdownview-1.2.jar') compile 'com.atlassian.commonmark:commonmark:0.11.0'
} }
task incrementVersionCode << { task incrementVersionCode << {

Binary file not shown.