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 dd52e39 commit 02a8699Copy full SHA for 02a8699
chat/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "cn.wildfirechat.chat"
19
minSdkVersion 17
20
targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider
21
- versionCode 34
22
- versionName "0.8.6"
+ versionCode 35
+ versionName "0.8.7"
23
multiDexEnabled true
24
javaCompileOptions {
25
annotationProcessorOptions {
0 commit comments