Skip to content

Commit 4f245ae

Browse files
committed
提交发布配置
1 parent 0d85651 commit 4f245ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

medialoader/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

44
group = 'com.github.wang642357'
5-
version = '1.3.0'
5+
version = '1.3.1'
66

77
android {
88
compileSdkVersion 30
99

1010
defaultConfig {
1111
minSdkVersion 21
1212
targetSdkVersion 30
13-
versionCode 2
14-
versionName "1.3.0"
13+
versionCode 3
14+
versionName "1.3.1"
1515
}
1616
buildTypes {
1717
release {
@@ -40,7 +40,7 @@ afterEvaluate {
4040
// You can then customize attributes of the publication as shown below.
4141
groupId = 'com.github.wang642357'
4242
artifactId = 'medialoader'
43-
version = '1.3.0'
43+
version = '1.3.1'
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)