From 4bbc22081e32e866a9a273c3d458c6b703a276fb Mon Sep 17 00:00:00 2001 From: Akashkamble Date: Sat, 29 Aug 2020 18:29:27 +0530 Subject: [PATCH] - Update README. - Update versionCode and versionName. --- README.md | 6 +++--- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 232f105..9ad1a54 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 11e7afb..2967507 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }