revert library branch

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-12-21 13:12:44 +01:00
parent 4490a02efa
commit d93d5ef151
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -208,9 +208,9 @@ dependencies {
// dependencies for app building // dependencies for app building
implementation 'androidx.multidex:multidex:2.0.0' implementation 'androidx.multidex:multidex:2.0.0'
// implementation project('nextcloud-android-library') // implementation project('nextcloud-android-library')
genericImplementation 'com.github.nextcloud:android-library:checkForTemplates-SNAPSHOT' genericImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
gplayImplementation 'com.github.nextcloud:android-library:checkForTemplates-SNAPSHOT' gplayImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
versionDevImplementation 'com.github.nextcloud:android-library:checkForTemplates-SNAPSHOT' versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.android.material:material:1.0.0'