소스 검색

Merge pull request #1853 from nextcloud/devVersionLibrary

Dev version: use always latest library
Andy Scherzinger 7 년 전
부모
커밋
769fefe525
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      build.gradle
  2. 1 1
      scripts/lint/lint-results.txt

+ 1 - 1
build.gradle

@@ -192,7 +192,7 @@ dependencies {
     /// dependencies for app building
     implementation 'com.android.support:multidex:1.0.2'
     implementation 'com.github.nextcloud:android-library:1.0.33'
-    versionDevImplementation 'com.github.nextcloud:android-library:1.0.33'
+    versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master
     implementation "com.android.support:support-v4:${supportLibraryVersion}"
     implementation "com.android.support:design:${supportLibraryVersion}"
     implementation 'com.jakewharton:disklrucache:2.0.2'

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

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