Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Dec 7, 2021
1 parent 74fad14 commit b5afd67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ android {
defaultConfig {
applicationId "cn.wildfirechat.chat"
minSdkVersion 21
targetSdkVersion 29 //当targetversion大于23时,需要使用fileprovider
versionCode 39
versionName "0.9.1"
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
versionCode 40
versionName '0.9.2'
multiDexEnabled true
javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit b5afd67

Please sign in to comment.