diff --git a/app/build.gradle b/app/build.gradle index fb495e9..938efe5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,7 +26,7 @@ android { lintOptions { disable 'MissingTranslation', 'ExtraTranslation' } - + compileSdkVersion 22 buildToolsVersion '22.0.1' @@ -70,7 +70,7 @@ dependencies { compile 'com.github.gabrielemariotti.changeloglib:library:+' compile 'commons-io:commons-io:2.4' compile 'com.android.support:support-annotations:+' - compile files('../libs/markdownview-1.2.jar') + compile 'com.atlassian.commonmark:commonmark:0.11.0' } task incrementVersionCode << { @@ -86,4 +86,4 @@ task incrementVersionCode << { println(":incrementVersionCode - current versionCode=" + mVersionCode); println(":incrementVersionCode - next versionCode=" + mNextVersionCode); buildGradleFile.write(manifestContent) -} \ No newline at end of file +} diff --git a/libs/markdownview-1.2.jar b/libs/markdownview-1.2.jar deleted file mode 100644 index 9a1b74b..0000000 Binary files a/libs/markdownview-1.2.jar and /dev/null differ