This repository was archived by the owner on Nov 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,7 @@ captures/
38
38
39
39
# IntelliJ
40
40
* .iml
41
- .idea /workspace.xml
42
- .idea /tasks.xml
43
- .idea /gradle.xml
44
- .idea /assetWizardSettings.xml
45
- .idea /dictionaries
46
- .idea /libraries
41
+ .idea /
47
42
# Android Studio 3 in .gitignore file.
48
43
.idea /caches
49
44
.idea /modules.xml
@@ -83,3 +78,4 @@ lint/generated/
83
78
lint /outputs /
84
79
lint /tmp /
85
80
# lint/reports/
81
+ .DS_Store
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ android {
30
30
31
31
dependencies {
32
32
api project(' :lrcview' )
33
+ // implementation 'com.github.AgoraIO-Community:lrcview:1.0.0'
34
+
33
35
implementation ' androidx.appcompat:appcompat:1.3.1'
34
36
implementation ' com.google.android.material:material:1.4.0'
35
37
implementation ' androidx.constraintlayout:constraintlayout:2.1.1'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ afterEvaluate {
41
41
from components. release
42
42
groupId = ' com.github.AgoraIO-Community'
43
43
artifactId = ' lrcview'
44
- version = ' 1.0'
44
+ version = ' 1.0.0 '
45
45
}
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments