Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robolectric/robolectric.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7443e3cf52408dccf9b64e13401023c60c8b2711
Choose a base ref
..
head repository: robolectric/robolectric.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 851c0e4bcc5e0e3bbb4c52d459baf733cd097a06
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/configuring.md
2 changes: 1 addition & 1 deletion docs/configuring.md
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ Since Robolectric **4.9.1**, you can now add these parameters :
* **robolectric.dependency.proxy.host** — Set the host of the proxy to use for the runtime dependencies.
* **robolectric.dependency.proxy.port** — Set the port number of the proxy to use for the runtime dependencies (default `0`).

When using Gradle, you can configure the System Properties for unit tests with the `all` block. For example, to override the Maven repository URL and ID to download the runtime dependencies from a repository other than Maven Central:
When using Gradle, you can configure the System Properties for unit tests with the `all` block (see [here](https://developer.android.com/studio/test/advanced-test-setup#configure-gradle-test-options)). For example, to override the Maven repository URL and ID to download the runtime dependencies from a repository other than Maven Central:

```groovy
android {