浏览代码

Merge pull request #1459 from nextcloud/fixLibVersionLintWarnings

Update libs to latest versions to satisfy lint
Tobias Kaminsky 7 年之前
父节点
当前提交
b2e5ec2574
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 4 4
      build.gradle
  2. 1 1
      scripts/lint/lint-results.txt

+ 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

+ 1 - 1
scripts/lint/lint-results.txt

@@ -1,2 +1,2 @@
 DO NOT TOUCH; GENERATED BY DRONE
-      <span class="mdl-layout-title">Lint Report: 469 warnings</span>
+      <span class="mdl-layout-title">Lint Report: 466 warnings</span>