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.
2 parents 702bab9 + 5fe30bd commit b0e383fCopy full SHA for b0e383f
1 file changed
app/build.gradle.kts
@@ -94,9 +94,9 @@ android {
94
95
defaultConfig {
96
testInstrumentationRunnerArguments += mapOf(
97
- "TEST_SERVER_URL" to "ncTestServerBaseUrl.toString()",
98
- "TEST_SERVER_USERNAME" to "ncTestServerUsername.toString()",
99
- "TEST_SERVER_PASSWORD" to "ncTestServerPassword.toString()",
+ "TEST_SERVER_URL" to ncTestServerBaseUrl.toString(),
+ "TEST_SERVER_USERNAME" to ncTestServerUsername.toString(),
+ "TEST_SERVER_PASSWORD" to ncTestServerPassword.toString(),
100
"disableAnalytics" to "true"
101
)
102
applicationId = "com.nextcloud.client"
0 commit comments