We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403a3e0 commit 4197d3bCopy full SHA for 4197d3b
build.gradle
@@ -240,7 +240,7 @@ dependencies {
240
genericImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
241
gplayImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
242
versionDevImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
243
- qaImplementation 'com.github.nextcloud:android-library:$androidLibraryVersion'
+ qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
244
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
245
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
246
implementation 'com.google.android.material:material:1.0.0'
0 commit comments