From 4197d3be99bff38d6db749ee91fff81ab11ee289 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 23 May 2019 09:48:54 +0200 Subject: [PATCH] use proper qa build lib dependency Signed-off-by: Andy Scherzinger --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c8308eaa9..8ca162d9fd 100644 --- a/build.gradle +++ b/build.gradle @@ -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'