Skip to content

Commit a24e45d

Browse files
committed
Revert "Bumpo1.0.4"
This reverts commit 04b0787.
1 parent 04b0787 commit a24e45d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ A sample app that display list of Google news. The purpose of this project to il
44

55
1. Architecture Design Pattern
66
2. MVVM
7-
2. Hilt (Dependency Injection)
7+
2. Dagger2 (Dependency Injection)
88
3. Live Data, MediatorLiveData
99
4. Room Database
1010
5. Retrofit
11-
6. Repository Pattern
12-
7. AndroidX
13-
8. Glide
14-
9. NetworkBoundResource, NetworkAndDBBoundResource
15-
10. Google News API
16-
11. JetPack Libraries
17-
12. View Binding
11+
6. Unit Testing (Espresso), Mockito (Coming soon)
12+
7. Repository Pattern
13+
8. AndroidX
14+
9. Glide
15+
10. NetworkBoundResource, NetworkAndDBBoundResource
16+
11. Google News API
17+
12. JetPack Libraries
1818

1919
### Demo
2020
<img height="400px" src="https://github.com/WaheedNazir/Kotlin-MVVM-Architecture/blob/master/screens/sample_demo.gif" />

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
applicationId "com.kotlin.mvvm.architecture"
1515
minSdkVersion androidMinSdkVersion
16-
versionCode 4
17-
versionName "1.0.4"
16+
versionCode 3
17+
versionName "1.0.3"
1818
vectorDrawables.useSupportLibrary = true
1919
multiDexEnabled true
2020
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)