Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-08-13 21:41:34 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-08-24 15:23:42 +0300
commit5da3f8d163b0a1d5528fbc41ab79d4dca91e1341 (patch)
tree9c1acd0b1712f685d6335c941cfc0fb71fd4e159 /app/build.gradle
parent7ea70f62e81605eda9f7c13f15df21e95659d898 (diff)
Update RxMarkdown to 0.1.3
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f64288ce..d3ea9fde 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -28,8 +28,8 @@ dependencies {
implementation 'io.reactivex:rxandroid:1.2.0'
implementation 'io.reactivex:rxjava:1.1.5'
- implementation 'com.yydcdut:markdown-processor:0.1.2'
- implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.2'
+ implementation 'com.yydcdut:markdown-processor:0.1.3'
+ implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'