use e2e library branch also for lint (will both be reverted once PR in library is merged)

This commit is contained in:
tobiasKaminsky 2017-11-28 16:32:00 +01:00
parent 4e6c886cbb
commit 32b5a02e76
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

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