use proper qa build lib dependency

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-05-23 09:48:54 +02:00
parent 403a3e062c
commit 4197d3be99
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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'