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-07-05 18:12:13 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-08-24 15:23:42 +0300
commitcb8fe000d09e20b3cd07c66fab25c1f3e6edb97d (patch)
tree01734b23e78c6182c0a9ab222152654e0c864550 /app/build.gradle
parent0762f9825e3a1fa9c2dad6464386c7b686778bec (diff)
Update RxMarkdown
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index aa73f733..f64288ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -26,8 +26,10 @@ android {
dependencies {
implementation project(':cert4android')
- implementation 'com.yydcdut:rxmarkdown:0.1.1-beta'
-
+ 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.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'