Browse Source

Merge pull request #1853 from nextcloud/devVersionLibrary

Dev version: use always latest library
Andy Scherzinger 7 years ago
parent
commit
769fefe525
2 changed files with 2 additions and 2 deletions
  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>