diff --git a/chat/build.gradle b/chat/build.gradle index 5c2bae403..935080d1b 100644 --- a/chat/build.gradle +++ b/chat/build.gradle @@ -16,8 +16,8 @@ android { applicationId "cn.wildfirechat.chat" minSdkVersion 16 targetSdkVersion 28 //当targetversion大于23时,需要使用fileprovider - versionCode 5 - versionName "0.4.2" + versionCode 6 + versionName "0.4.3" multiDexEnabled true javaCompileOptions { annotationProcessorOptions {