@@ -14,7 +14,7 @@ buildscript {
1414 google()
1515 }
1616 dependencies {
17- classpath ' com.android.tools.build:gradle:3.0.0-alpha9 '
17+ classpath ' com.android.tools.build:gradle:3.0.0-beta1 '
1818 classpath ' com.google.gms:google-services:3.0.0'
1919 }
2020}
@@ -30,7 +30,7 @@ configurations.all {
3030}
3131
3232ext {
33- supportLibraryVersion = ' 25.2 .0'
33+ supportLibraryVersion = ' 25.4 .0'
3434 googleLibraryVersion = ' 10.2.4'
3535
3636 travisBuild = System . getenv(" TRAVIS" ) == " true"
@@ -184,7 +184,7 @@ dependencies {
184184 // / dependencies for app building
185185 implementation name : ' touch-image-view'
186186 implementation ' com.android.support:multidex:1.0.2'
187- implementation ' com.github.nextcloud:android-library:1.0.23 '
187+ implementation ' com.github.nextcloud:android-library:1.0.24 '
188188 implementation " com.android.support:support-v4:${ supportLibraryVersion} "
189189 implementation " com.android.support:design:${ supportLibraryVersion} "
190190 implementation ' com.jakewharton:disklrucache:2.0.2'
@@ -212,13 +212,13 @@ dependencies {
212212 testImplementation ' org.mockito:mockito-core:1.10.19'
213213 // / dependencies for instrumented tests
214214 // JUnit4 Rules
215- androidTestImplementation ' com.android.support.test:rules:0.5 '
215+ androidTestImplementation ' com.android.support.test:rules:1.0.0 '
216216 // Android JUnit Runner
217- androidTestImplementation ' com.android.support.test:runner:0.5 '
217+ androidTestImplementation ' com.android.support.test:runner:1.0.0 '
218218 // Android Annotation Support
219219 androidTestImplementation " com.android.support:support-annotations:${ supportLibraryVersion} "
220220 // Espresso core
221- androidTestImplementation ' com.android.support.test.espresso:espresso-core:2.2.2 '
221+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.0 '
222222 // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
223223 // androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
224224 // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
0 commit comments