Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 441d75a

Browse files
committed
[OPT] Adjust artifactId to match jitpack.
1 parent 9809bf8 commit 441d75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030

3131
dependencies {
3232
api project(':lrcview')
33-
// implementation 'com.github.AgoraIO-Community:lrcview:1.0.0'
33+
// implementation 'com.github.AgoraIO-Community:LrcView-Android:1.0.0'
3434

3535
implementation 'androidx.appcompat:appcompat:1.3.1'
3636
implementation 'com.google.android.material:material:1.4.0'

lrcview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ afterEvaluate {
4141
artifact sourceJar
4242
from components.release
4343
groupId = 'com.github.AgoraIO-Community'
44-
artifactId = 'lrcview'
44+
artifactId = 'LrcView-Android'
4545
version = '1.0.0'
4646
}
4747
}

0 commit comments

Comments
 (0)