mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
use proper qa build lib dependency
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
403a3e062c
commit
4197d3be99
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ dependencies {
|
|||
genericImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
|
||||
gplayImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
|
||||
versionDevImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
|
||||
qaImplementation 'com.github.nextcloud:android-library:$androidLibraryVersion'
|
||||
qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
|
||||
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