Skip to content

Commit 457a05b

Browse files
committed
update version
1 parent d32d9fa commit 457a05b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chat/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "cn.wildfirechat.chat"
1919
minSdkVersion 17
2020
targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider
21-
versionCode 27
22-
versionName "0.8.0.rc3"
21+
versionCode 28
22+
versionName "0.8.0"
2323
multiDexEnabled true
2424
javaCompileOptions {
2525
annotationProcessorOptions {
@@ -66,4 +66,4 @@ dependencies {
6666
implementation 'q.rorbin:badgeview:1.1.3'
6767
implementation project(':uikit')
6868
implementation project(':push')
69-
}
69+
}

0 commit comments

Comments
 (0)