Skip to content

Commit 0be6622

Browse files
Merge pull request #818 from nextcloud/update-dependencies
update dependencies
2 parents f648a33 + 0a790f2 commit 0be6622

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

News-Android-App/build.gradle

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,22 +129,23 @@ dependencies {
129129
// You must install or update the Google Repository through the SDK manager to use this dependency.
130130
// The Google Repository (separate from the corresponding library) can be found in the Extras category.
131131
// implementation 'com.google.android.gms:play-services:4.2.42'
132-
//implementation project(':Android-SingleSignOn')
132+
// implementation project(':Android-SingleSignOn')
133133
//implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
134134
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.0-rc1'
135135
implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d'
136136

137137
// https://mvnrepository.com/artifact/androidx.legacy/legacy-support-v4
138138
implementation "androidx.legacy:legacy-support-v4:1.0.0"
139139
implementation "androidx.core:core:1.2.0-rc01"
140-
implementation "androidx.appcompat:appcompat:1.1.0-alpha05"
140+
implementation 'androidx.annotation:annotation:1.1.0'
141+
implementation "androidx.appcompat:appcompat:1.1.0"
141142
implementation "androidx.preference:preference:1.1.0"
142143

143144
// https://mvnrepository.com/artifact/com.google.android.material/material
144-
implementation "com.google.android.material:material:1.1.0-alpha06"
145+
implementation "com.google.android.material:material:1.2.0-alpha03"
145146
//implementation "com.google.android.material:material:1.0.0"
146147
implementation "androidx.palette:palette:1.0.0"
147-
implementation "androidx.recyclerview:recyclerview:1.1.0-alpha05"
148+
implementation "androidx.recyclerview:recyclerview:1.1.0"
148149
implementation "androidx.browser:browser:1.2.0"
149150
implementation "androidx.cardview:cardview:1.0.0"
150151
//implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
@@ -176,7 +177,7 @@ dependencies {
176177
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
177178
// Because RxAndroid releases are few and far between, it is recommended you also
178179
// explicitly depend on RxJava's latest version for bug fixes and new features.
179-
implementation 'io.reactivex.rxjava2:rxjava:2.2.16'
180+
implementation 'io.reactivex.rxjava2:rxjava:2.2.17'
180181
implementation "com.squareup.retrofit2:adapter-rxjava2:$RETROFIT_VERSION"
181182

182183
implementation "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"
@@ -189,7 +190,7 @@ dependencies {
189190
//extraImplementation 'com.github.tommus:youtube-android-player-api:1.2.2'
190191

191192

192-
testImplementation 'junit:junit:4.12'
193+
testImplementation 'junit:junit:4.13'
193194
testImplementation("org.mockito:mockito-core:$MOCKITO_VERSION") {
194195
exclude group: 'org.hamcrest'
195196
}
@@ -212,30 +213,30 @@ dependencies {
212213
//androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
213214
//androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
214215

215-
testImplementation 'org.robolectric:robolectric:4.2.1'
216+
testImplementation 'org.robolectric:robolectric:4.3.1'
216217

217218
// Core library
218-
androidTestImplementation 'androidx.test:core:1.1.0'
219+
androidTestImplementation 'androidx.test:core:1.2.0'
219220

220221
// AndroidJUnitRunner and JUnit Rules
221-
androidTestImplementation 'androidx.test:runner:1.1.1'
222-
androidTestImplementation 'androidx.test:rules:1.1.1'
222+
androidTestImplementation 'androidx.test:runner:1.2.0'
223+
androidTestImplementation 'androidx.test:rules:1.2.0'
223224

224225
// Assertions
225-
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
226-
androidTestImplementation 'androidx.test.ext:truth:1.1.0'
226+
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
227+
androidTestImplementation 'androidx.test.ext:truth:1.2.0'
227228
androidTestImplementation 'com.google.truth:truth:0.42'
228229

229230
// Espresso dependencies
230-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
231-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1'
232-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.1'
233-
androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.1.1'
234-
androidTestImplementation 'androidx.test.espresso:espresso-web:3.1.1'
235-
androidTestImplementation 'androidx.test.espresso.idling:idling-concurrent:3.1.1'
231+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
232+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
233+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
234+
androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.2.0'
235+
androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0'
236+
androidTestImplementation 'androidx.test.espresso.idling:idling-concurrent:3.2.0'
236237

237238
// https://developer.android.com/training/testing/junit-runner.html#using-android-test-orchestrator
238-
androidTestUtil 'androidx.test:orchestrator:1.1.1'
239+
androidTestUtil 'androidx.test:orchestrator:1.2.0'
239240

240241
// The following Espresso dependency can be either "implementation"
241242
// or "androidTestImplementation", depending on whether you want the

0 commit comments

Comments
 (0)