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 cfb1e4f commit 233724dCopy full SHA for 233724d
chat/build.gradle
@@ -17,8 +17,8 @@ android {
17
applicationId "cn.wildfirechat.chat"
18
minSdkVersion 21
19
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
20
- versionCode 46
21
- versionName '0.9.8'
+ versionCode 47
+ versionName '0.9.9'
22
multiDexEnabled true
23
javaCompileOptions {
24
annotationProcessorOptions {
0 commit comments