Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanmankar authored Jan 20, 2024
1 parent 0eea300 commit 4af3cd9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,6 @@
This repository contains a sample app that implements MVVM architecture using Kotlin, Dagger,
Retrofit, Coroutines, Flow, StateFlow, etc.


## Using Library in your Android application

Update your settings.gradle file with the following dependency.

```groovy
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
```

Update your module level build.gradle file with the following dependency.

```groovy
dependencies {
implementation 'com.github.pavanmankar:newsTrending:Tag'
}
```
Do not forget to add internet permission in manifest if already not present

```
<uses-permission android:name="android.permission.INTERNET" />
```

## Major Highlights

- MVVM Architecture
Expand Down

0 comments on commit 4af3cd9

Please sign in to comment.