Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mergehez committed Jan 30, 2022
2 parents fbcae18 + 6ab560e commit 69d7b1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An android music player ui library
Builds: [![](https://jitpack.io/v/mergehez/ArgPlayer.svg)](https://jitpack.io/#mergehez/ArgPlayer)

## Table of Contents
* [Gradle](#gradle)
* [Installation](#installation)
* [How to Use](#how-to-use)
* [XML Codes](#xml-codes)
* [Small View](#for-small-view)
Expand All @@ -19,7 +19,7 @@ Builds: [![](https://jitpack.io/v/mergehez/ArgPlayer.svg)](https://jitpack.io/#m
* [ArgNotificationOptions Methods](#argnotificationoptions)
* [ScreenShots](#screenshots)

## Gradle
## Installation
To always build from the latest commit with all updates. Add the JitPack repository:

(path:\to\your\projects\MainFolderOfYourProject\build.gradle)
Expand Down Expand Up @@ -48,6 +48,8 @@ dependencies {
}
```

> Note: You may encounter the error below. See this stackoverflow question: [link](https://stackoverflow.com/questions/69163511/build-was-configured-to-prefer-settings-repositories-over-project-repositories-b) <br/>
> `Build was configured to prefer settings repositories over project repositories but repository 'maven' was added by build file 'build.gradle'`
## How to use

Expand Down Expand Up @@ -221,4 +223,4 @@ protected void onCreate(Bundle savedInstanceState) {
---
### Fullscreen Player View
![](https://raw.githubusercontent.com/mergehez/ArgPlayer/master/ScreenShots/fullscreenview.png "")
![](https://raw.githubusercontent.com/mergehez/ArgPlayer/master/ScreenShots/fullscreenview-playlist.png "")
![](https://raw.githubusercontent.com/mergehez/ArgPlayer/master/ScreenShots/fullscreenview-playlist.png "")

0 comments on commit 69d7b1a

Please sign in to comment.