Browse Source

Merge d56d79ce14d458d6ef6ae139b04946ea98ff4f8e into 6693993b7a3a3f29b3ec7bd59e2f13c27128f74d

Andy Scherzinger 7 years ago
parent
commit
e1b3ff5d1b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      build.gradle

+ 4 - 4
build.gradle

@@ -31,7 +31,7 @@ configurations.all {
 
 ext {
     supportLibraryVersion = '25.4.0'
-    googleLibraryVersion = '10.2.4'
+    googleLibraryVersion = '11.2.2'
 
     travisBuild = System.getenv("TRAVIS") == "true"
 
@@ -219,12 +219,12 @@ dependencies {
     testImplementation 'org.mockito:mockito-core:1.10.19'
     /// dependencies for instrumented tests
     // JUnit4 Rules
-    androidTestImplementation 'com.android.support.test:rules:1.0.0'
+    androidTestImplementation 'com.android.support.test:rules:1.0.1'
     // Android JUnit Runner
-    androidTestImplementation 'com.android.support.test:runner:1.0.0'
+    androidTestImplementation 'com.android.support.test:runner:1.0.1'
 
     // Espresso core
-    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.0'
+    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
     // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     //androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details