File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
4
4
5
# Usage
6
+ > build.gradle
7
+ ``` gradle
8
+ implementation 'io.github.otang45:Pulse:$version'
9
+ ```
5
10
> AndroidManifest.xml
6
11
``` xml
7
12
<!-- For using audioSessionId = 0 -->
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
56
56
57
57
ext {
58
58
PUBLISH_GROUP_ID = ' io.github.otang45'
59
- PUBLISH_VERSION = ' 2.2 '
59
+ PUBLISH_VERSION = ' 2.3 '
60
60
PUBLISH_ARTIFACT_ID = ' Pulse'
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments