You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This project hosts each sample app in separate repository branches. For more inf
25
25
|[main](https://github.com/googlesamples/android-architecture/tree/main)| This branch |
26
26
|[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) |
27
27
|[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|
0 commit comments