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