Skip to content

Commit

Permalink
Updated ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
chnouman committed May 31, 2021
1 parent 69b7980 commit cac92bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ You can use [Android Studio](http://developer.android.com/sdk/installing/studio.
- Using Room Persistence for local database
- Using Koin for Dependency Injection (ViewModels, WebService and Preferences)
- Using Retrofit to request api network
- Using JUnit4 with Mockito to write Unit tests
- Using Glide for loading image from url
- Using RxJava3 for Threading
- Using JUnit4 with Mockito to write Unit tests
- Using JUnit4 with Espresso for UI Testing

## Dependencies :

Expand All @@ -47,6 +48,7 @@ You can use [Android Studio](http://developer.android.com/sdk/installing/studio.
- [Glide](https://github.com/bumptech/glide)
- [Koin](https://github.com/InsertKoinIO/koin)
- [AndroidX](https://mvnrepository.com/artifact/androidx)
- [Espresso](https://github.com/android/testing-samples)


## Author
Expand Down

0 comments on commit cac92bc

Please sign in to comment.