Skip to content

Commit e56a062

Browse files
Adds "compare" links
1 parent 89becf6 commit e56a062

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ In this branch you'll find:
1919
This project hosts each sample app in separate repository branches. For more information, see the `README.md` file in each branch.
2020

2121
### Stable samples - Kotlin
22-
| Sample | Description |
22+
| Sample | Description |
2323
| ------------- | ------------- |
24-
| [master](https://github.com/googlesamples/android-architecture/tree/master) | The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25-
| [dagger-android](https://github.com/googlesamples/android-architecture/tree/dagger-android) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
26-
| [usecases](https://github.com/googlesamples/android-architecture/tree/usecases) | Adds a new domain layer that uses UseCases for business logic. |
24+
| [master](https://github.com/googlesamples/android-architecture/tree/master) | The base for the rest of the branches. <br/>Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25+
| [dagger-android](https://github.com/googlesamples/android-architecture/tree/dagger-android)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/dagger-android#files_bucket)] | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
26+
| [usecases](https://github.com/googlesamples/android-architecture/tree/usecases)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/usecases#files_bucket)] | Adds a new domain layer that uses UseCases for business logic. |
2727

2828
### Samples in development - Kotlin
2929

3030
| Sample | Description |
3131
| ------------- | ------------- |
32-
| [reactive](https://github.com/googlesamples/android-architecture/tree/reactive) | Modifies the data layer so UIs react to changes automatically using Room as source of truth. |
32+
| [reactive](https://github.com/googlesamples/android-architecture/tree/reactive)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/reactive#files_bucket)] | Modifies the data layer so UIs react to changes automatically using Room as source of truth. |
3333

3434
### Old samples - Kotlin and Java
3535

0 commit comments

Comments
 (0)