Skip to content

Commit aa29522

Browse files
Update README.md
Co-authored-by: Manuel Vivo <[email protected]>
1 parent cbd6021 commit aa29522

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
@@ -25,7 +25,7 @@ This project hosts each sample app in separate repository branches. For more inf
2525
| [main](https://github.com/googlesamples/android-architecture/tree/main) | This branch |
2626
| [hilt](https://github.com/googlesamples/android-architecture/tree/hilt) | A simple Hilt setup that removes the two flavors and service locator (not using Compose yet) |
2727
| [usecases](https://github.com/googlesamples/android-architecture/tree/usecases) | Adds a new domain layer that uses UseCases for business logic (not using Compose yet) |
28-
| [views](https://github.com/googlesamples/android-architecture/tree/views) | Adds a new domain layer that uses UseCases for business logic (not using Compose yet) |
28+
| [views](https://github.com/googlesamples/android-architecture/tree/views) | Uses Views instead of Jetpack Compose to render UI elements on the screen |
2929

3030
## Why a to-do app?
3131

0 commit comments

Comments
 (0)