Skip to content

Commit 4197d3b

Browse files
use proper qa build lib dependency
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 403a3e0 commit 4197d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ dependencies {
240240
genericImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
241241
gplayImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
242242
versionDevImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
243-
qaImplementation 'com.github.nextcloud:android-library:$androidLibraryVersion'
243+
qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
244244
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
245245
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
246246
implementation 'com.google.android.material:material:1.0.0'

0 commit comments

Comments
 (0)