Skip to content

Commit df5cf14

Browse files
committed
update version
1 parent f4a5b01 commit df5cf14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chat/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ android {
1414
compileSdkVersion 29
1515
aaptOptions.cruncherEnabled = false
1616
aaptOptions.useNewCruncher = false
17-
//ndkVersion '18.1.5063045'
17+
ndkVersion '18.1.5063045'
1818
defaultConfig {
1919
applicationId "cn.wildfirechat.chat"
2020
minSdkVersion 21
2121
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
22-
versionCode 40
23-
versionName '0.9.2'
22+
versionCode 41
23+
versionName '0.9.3'
2424
multiDexEnabled true
2525
javaCompileOptions {
2626
annotationProcessorOptions {

0 commit comments

Comments
 (0)