Skip to content

Commit

Permalink
- Update README.
Browse files Browse the repository at this point in the history
- Update versionCode and versionName.
  • Loading branch information
Akashkamble committed Aug 29, 2020
1 parent f495efd commit 4bbc220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ News App built with JetPack Compose

## The app contains following libraries

- [Jetpack Compose(v0.1.0-dev14)] (https://developer.android.com/jetpack/compose) (UI)
- [Jetpack Compose](https://developer.android.com/jetpack/compose) (UI)

- [Koin](https://insert-koin.io/) (Dependency Injection)
- [Dagger-Hilt](https://dagger.dev/hilt/) (Dependency Injection)

- [LifeCycle Components](https://developer.android.com/topic/libraries/architecture/livedata) (ViewModel and LiveData)

- [Kotlin Corountines](https://kotlinlang.org/docs/reference/coroutines-overview.html) (Asynchronous programming)
- [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) (Asynchronous programming)

- [Retrofit](https://square.github.io/retrofit/) (Networking)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.akash.newzzcompose"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 4bbc220

Please sign in to comment.