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

Commit cce1451

Browse files
committed
[FEAT] git file optimized, version name chenge to 1.0.0
1 parent e45b389 commit cce1451

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ captures/
3838

3939
# IntelliJ
4040
*.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/
4742
# Android Studio 3 in .gitignore file.
4843
.idea/caches
4944
.idea/modules.xml
@@ -83,3 +78,4 @@ lint/generated/
8378
lint/outputs/
8479
lint/tmp/
8580
# lint/reports/
81+
.DS_Store

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ android {
3030

3131
dependencies {
3232
api project(':lrcview')
33+
// implementation 'com.github.AgoraIO-Community:lrcview:1.0.0'
34+
3335
implementation 'androidx.appcompat:appcompat:1.3.1'
3436
implementation 'com.google.android.material:material:1.4.0'
3537
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'

lrcview/build.gradle

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

0 commit comments

Comments
 (0)