We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d9fa commit 457a05bCopy full SHA for 457a05b
chat/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "cn.wildfirechat.chat"
19
minSdkVersion 17
20
targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider
21
- versionCode 27
22
- versionName "0.8.0.rc3"
+ versionCode 28
+ versionName "0.8.0"
23
multiDexEnabled true
24
javaCompileOptions {
25
annotationProcessorOptions {
@@ -66,4 +66,4 @@ dependencies {
66
implementation 'q.rorbin:badgeview:1.1.3'
67
implementation project(':uikit')
68
implementation project(':push')
69
-}
+}
0 commit comments