diff --git a/chat/build.gradle b/chat/build.gradle index ec0bdb4dc..e8f48e9d4 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 15 - versionName "0.6.1" + versionCode 16 + versionName "0.6.2" multiDexEnabled true javaCompileOptions { annotationProcessorOptions {