diff --git a/chat/build.gradle b/chat/build.gradle index 2b9c8ca55..e04ab1541 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 18 - versionName "0.6.4" + versionCode 19 + versionName "0.6.5" multiDexEnabled true javaCompileOptions { annotationProcessorOptions {