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 91b328a commit 5733fa9Copy full SHA for 5733fa9
chat/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "cn.wildfirechat.chat"
20
minSdkVersion 21
21
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
22
- versionCode 45
23
- versionName '0.9.7'
+ versionCode 46
+ versionName '0.9.8'
24
multiDexEnabled true
25
javaCompileOptions {
26
annotationProcessorOptions {
0 commit comments