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 95aa7c7 commit 6cabaacCopy full SHA for 6cabaac
chat/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "cn.wildfirechat.chat"
20
minSdkVersion 21
21
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
22
- versionCode 41
23
- versionName '0.9.3'
+ versionCode 42
+ versionName '0.9.4'
24
multiDexEnabled true
25
javaCompileOptions {
26
annotationProcessorOptions {
0 commit comments