Skip to content

Commit e2508ff

Browse files
Update README.md
1 parent f6df745 commit e2508ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this branch you'll find:
1111
* A presentation layer that contains a fragment (View) and a **ViewModel** per screen (or feature).
1212
* Reactive UIs using **LiveData** observables and **Data Binding**.
1313
* A **data layer** with a repository and two data sources (local using Room and remote) that are queried with one-shot operations (no listeners or data streams).
14-
* Two **product flavors**, `mock` and `prod`, [to ease development and testing](https://android-developers.googleblog.com/2015/12/leveraging-product-flavors-in-android.html) (except in the Dagger branch)
14+
* Two **product flavors**, `mock` and `prod`, [to ease development and testing](https://android-developers.googleblog.com/2015/12/leveraging-product-flavors-in-android.html) (except in the Dagger branch).
1515
* A collection of unit, integration and e2e **tests**, including "shared" tests that can be run on emulator/device or Robolectric.
1616

1717
## Variations
@@ -22,7 +22,7 @@ This project hosts each sample app in separate repository branches. For more inf
2222
| Sample | Description |
2323
| ------------- | ------------- |
2424
| [master](/) | The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25-
| [dagger](tree/dagger/) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
25+
| [dagger-android](tree/dagger-android/) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
2626
| [usecases](tree/usecases/) | Adds a new domain layer that uses UseCases for business logic. |
2727

2828
### Samples in development - Kotlin

0 commit comments

Comments
 (0)