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