diff --git a/chat/build.gradle b/chat/build.gradle index dac7f471a..0ff35209a 100644 --- a/chat/build.gradle +++ b/chat/build.gradle @@ -19,8 +19,8 @@ android { applicationId "cn.wildfirechat.chat" minSdkVersion 21 targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider - versionCode 45 - versionName '0.9.7' + versionCode 46 + versionName '0.9.8' multiDexEnabled true javaCompileOptions { annotationProcessorOptions {