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 85caf3d commit d221990Copy full SHA for d221990
chat/build.gradle
@@ -17,8 +17,8 @@ android {
17
applicationId "cn.wildfirechat.chat"
18
minSdkVersion 21
19
targetSdkVersion 33 //当targetversion大于23时,需要使用fileprovider
20
- versionCode 48
21
- versionName '1.0.0'
+ versionCode 49
+ versionName '1.1.0'
22
multiDexEnabled true
23
javaCompileOptions {
24
annotationProcessorOptions {
0 commit comments