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" }