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:
authorkorelstar <korelstar@users.noreply.github.com>2017-03-19 23:05:02 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2017-03-20 18:17:43 +0300
commit003c60b9b7fc5747ca29e7e42585fb74bee33836 (patch)
tree3ad0c0f980bd94aecc95a475c7ff59fe39d6d769 /app/build.gradle
parent71f2e80a27850d43ffe7e89ea8deb6db27f8e6bc (diff)
update dependencies (RxMD, Android support library)
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 893bb58a..e5928d99 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -24,12 +24,12 @@ android {
}
dependencies {
- compile 'com.yydcdut:rxmarkdown:0.0.8-beta'
+ compile 'com.yydcdut:rxmarkdown:0.0.9-beta'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'io.reactivex:rxjava:1.1.5'
- compile 'com.android.support:support-v4:25.2.0'
- compile 'com.android.support:appcompat-v7:25.2.0'
- compile 'com.android.support:design:25.2.0'
- compile 'com.android.support:recyclerview-v7:25.2.0'
+ compile 'com.android.support:support-v4:25.3.0'
+ compile 'com.android.support:appcompat-v7:25.3.0'
+ compile 'com.android.support:design:25.3.0'
+ compile 'com.android.support:recyclerview-v7:25.3.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
}