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 c1560a6 commit 0cae625Copy full SHA for 0cae625
chat/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "cn.wildfirechat.chat"
19
minSdkVersion 17
20
targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider
21
- versionCode 30
22
- versionName "0.8.2"
+ versionCode 31
+ versionName "0.8.3"
23
multiDexEnabled true
24
javaCompileOptions {
25
annotationProcessorOptions {
0 commit comments