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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2018-06-15 15:23:02 +0300
committerDavid Luhmer <david-dev@live.de>2018-06-15 15:23:02 +0300
commit8a8cf1005dd61c9048ac7b3c0bd902afd5c03f6f (patch)
treee96d30e83c2c756310377983064815aa244935be /News-Android-App
parent9ffbe8bc4030dea5ba06bb6d7da51340847c33a1 (diff)
update dependencies
Diffstat (limited to 'News-Android-App')
-rw-r--r--News-Android-App/build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index abe3f325..12a15d29 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -112,7 +112,7 @@ dependencies {
implementation "com.android.support:cardview-v7:${SUPPORT_VERSION}"
implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
- implementation 'com.google.code.gson:gson:2.8.0'
+ implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
@@ -127,18 +127,18 @@ dependencies {
//implementation 'org.freemarker:freemarker:2.3.23' //Required for DAO generation
implementation 'org.apache.commons:commons-lang3:3.4'
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.0.0'
- implementation 'org.jsoup:jsoup:1.7.2'
+ implementation 'org.jsoup:jsoup:1.8.3'
implementation ('net.rdrei.android.dirchooser:library:3.0@aar') { transitive = true; }
- implementation 'com.google.dagger:dagger:2.9'
- annotationProcessor "com.google.dagger:dagger-compiler:2.9"
+ implementation 'com.google.dagger:dagger:2.16'
+ annotationProcessor "com.google.dagger:dagger-compiler:2.16"
compileOnly 'javax.annotation:jsr250-api:1.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
- implementation 'io.reactivex.rxjava2:rxjava:2.1.0'
+ implementation 'io.reactivex.rxjava2:rxjava:2.1.4'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
@@ -166,9 +166,9 @@ dependencies {
androidTestImplementation "com.android.support:support-annotations:${SUPPORT_VERSION}"
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
- androidTestImplementation 'com.android.support.test:rules:1.0.1'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test:rules:1.0.2'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation('com.android.support.test.espresso:espresso-contrib:2.2') {
// this library uses the newest app compat v22 but the espresso contrib still v21.
// you have to specifically exclude the older versions of the contrib library or
@@ -178,7 +178,7 @@ dependencies {
exclude module: 'recyclerview-v7'
}
- androidTestImplementation 'tools.fastlane:screengrab:0.3.1'
+ androidTestImplementation 'tools.fastlane:screengrab:1.0.0'
androidTestImplementation("org.mockito:mockito-core:1.10.19") {
exclude group: 'org.hamcrest'
}