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