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