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

Commit d8e231c

Browse files
committed
[FEAT] release 1.0.1
1 parent c54655a commit d8e231c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lrcview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 16
1010
targetSdkVersion 31
11-
versionCode 1
12-
versionName "1.0.0"
11+
versionCode 2
12+
versionName "1.0.1"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles "consumer-rules.pro"
@@ -42,7 +42,7 @@ afterEvaluate {
4242
from components.release
4343
groupId = 'com.github.AgoraIO-Community'
4444
artifactId = 'LrcView-Android'
45-
version = '1.0.0'
45+
version = '1.0.1'
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)