diff --git a/chat/build.gradle b/chat/build.gradle index afa84db33..98cfa2f17 100644 --- a/chat/build.gradle +++ b/chat/build.gradle @@ -18,8 +18,8 @@ android { applicationId "cn.wildfirechat.chat" minSdkVersion 17 targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider - versionCode 35 - versionName "0.8.7" + versionCode 36 + versionName "0.8.8" multiDexEnabled true javaCompileOptions { annotationProcessorOptions {