Skip to content

Commit 639c1c2

Browse files
author
Otang45
committed
add README.md
1 parent 651e24a commit 639c1c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# About
2-
Pulse is custom Audio Visualizer for android, ported from [Derpfest-AOSP](https://github.com/DerpFest-AOSP) rom.
2+
Pulse is custom Audio Visualizer for android, ported from [Derpfest-AOSP](https://github.com/DerpFest-AOSP) rom.\
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.otang45/Pulse/badge.svg?style=flat)](https://central.sonatype.com/namespace/io.github.otang45)
34

45
# Usage
6+
> build.gradle
7+
```gradle
8+
implementation 'io.github.otang45:Pulse:$version'
9+
```
510
> AndroidManifest.xml
611
```xml
712
<!-- For using audioSessionId = 0 -->

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656

5757
ext {
5858
PUBLISH_GROUP_ID = 'io.github.otang45'
59-
PUBLISH_VERSION = '2.2'
59+
PUBLISH_VERSION = '2.3'
6060
PUBLISH_ARTIFACT_ID = 'Pulse'
6161
}
6262

0 commit comments

Comments
 (0)