Skip to content

Commit 33c8529

Browse files
authored
Update README.md
Remove Robolectric
1 parent 68b7897 commit 33c8529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this branch you'll find:
1212
* Reactive UIs using **[Flow](https://developer.android.com/kotlin/flow)** and **[coroutines](https://kotlinlang.org/docs/coroutines-overview.html)** for asynchronous operations.
1313
* A **data layer** with a repository and two data sources (local using Room and a fake remote).
1414
* Two **product flavors**, `mock` and `prod`, [to ease development and testing](https://android-developers.googleblog.com/2015/12/leveraging-product-flavors-in-android.html).
15-
* A collection of unit, integration and e2e **tests**, including "shared" tests that can be run on emulator/device or Robolectric.
15+
* A collection of unit, integration and e2e **tests**, including "shared" tests that can be run on emulator/device.
1616
* Dependency injection using [Hilt](https://developer.android.com/training/dependency-injection/hilt-android).
1717

1818
## Variations

0 commit comments

Comments
 (0)