Skip to content

Commit 350f9e9

Browse files
Revert lib back to master
1 parent 8d676ea commit 350f9e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ dependencies {
209209
// dependencies for app building
210210
implementation 'com.android.support:multidex:1.0.3'
211211
// implementation project('nextcloud-android-library')
212-
genericImplementation "com.github.nextcloud:android-library:hideDownload-SNAPSHOT"
213-
gplayImplementation "com.github.nextcloud:android-library:hideDownload-SNAPSHOT"
214-
versionDevImplementation "com.github.nextcloud:android-library:hideDownload-SNAPSHOT" // use always latest master
212+
genericImplementation "com.github.nextcloud:android-library:master-SNAPSHOT"
213+
gplayImplementation "com.github.nextcloud:android-library:master-SNAPSHOT"
214+
versionDevImplementation "com.github.nextcloud:android-library:master-SNAPSHOT" // use always latest master
215215
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
216216
implementation "com.android.support:support-v4:${supportLibraryVersion}"
217217
implementation "com.android.support:design:${supportLibraryVersion}"

0 commit comments

Comments
 (0)