mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
revert library to master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
9582b3ea86
commit
e3b33c31e0
1 changed files with 3 additions and 3 deletions
|
@ -210,9 +210,9 @@ dependencies {
|
|||
// dependencies for app building
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
// implementation project('nextcloud-android-library')
|
||||
genericImplementation 'com.github.nextcloud:android-library:tests-SNAPSHOT'
|
||||
gplayImplementation 'com.github.nextcloud:android-library:tests-SNAPSHOT'
|
||||
versionDevImplementation 'com.github.nextcloud:android-library:tests-SNAPSHOT'
|
||||
genericImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
|
||||
gplayImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
|
||||
versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
|
|
Loading…
Reference in a new issue