Skip to content

Commit

Permalink
Merge pull request #5 from dnsking/master
Browse files Browse the repository at this point in the history
Updated readme to include Android studio Arctic Fox gradle changes
  • Loading branch information
FunkyMuse authored Oct 14, 2022
2 parents b616cd4 + 8259ea7 commit 93a5b2f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ allprojects {
}
```

#### or

If your Android studio version is Arctic Fox and above then add it in your settings.gradle:

```gradle
dependencyResolutionManagement {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

2. Add the dependency in the application build.gradle

```gradle
Expand Down

0 comments on commit 93a5b2f

Please sign in to comment.