Version 1.17

Added a markdown viewer and fixed a bug with Copy/Paste/Cut actions
This commit is contained in:
Vlad Mihalachi
2015-03-15 18:45:18 +01:00
parent 2414192638
commit 1f3ad1ab12
62 changed files with 605 additions and 154 deletions

View File

@@ -71,4 +71,5 @@ dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
compile 'commons-io:commons-io:2.4'
compile 'com.android.support:support-annotations:20.0.0'
compile files('libs/markdownview-1.2.jar')
}