Skip to content

Commit

Permalink
Revert "Bumpo1.0.4"
Browse files Browse the repository at this point in the history
This reverts commit 04b0787.
  • Loading branch information
WaheedNazir committed Apr 21, 2022
1 parent 04b0787 commit a24e45d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ A sample app that display list of Google news. The purpose of this project to il

1. Architecture Design Pattern
2. MVVM
2. Hilt (Dependency Injection)
2. Dagger2 (Dependency Injection)
3. Live Data, MediatorLiveData
4. Room Database
5. Retrofit
6. Repository Pattern
7. AndroidX
8. Glide
9. NetworkBoundResource, NetworkAndDBBoundResource
10. Google News API
11. JetPack Libraries
12. View Binding
6. Unit Testing (Espresso), Mockito (Coming soon)
7. Repository Pattern
8. AndroidX
9. Glide
10. NetworkBoundResource, NetworkAndDBBoundResource
11. Google News API
12. JetPack Libraries

### Demo
<img height="400px" src="https://github.com/WaheedNazir/Kotlin-MVVM-Architecture/blob/master/screens/sample_demo.gif" />
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
applicationId "com.kotlin.mvvm.architecture"
minSdkVersion androidMinSdkVersion
versionCode 4
versionName "1.0.4"
versionCode 3
versionName "1.0.3"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit a24e45d

Please sign in to comment.