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 6ccb56b commit 5211ebcCopy full SHA for 5211ebc
chat/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "cn.wildfirechat.chat"
17
minSdkVersion 16
18
targetSdkVersion 28 //当targetversion大于23时,需要使用fileprovider
19
- versionCode 11
20
- versionName "0.5.3"
+ versionCode 12
+ versionName "0.5.4"
21
multiDexEnabled true
22
javaCompileOptions {
23
annotationProcessorOptions {
0 commit comments