We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a5b01 commit df5cf14Copy full SHA for df5cf14
chat/build.gradle
@@ -14,13 +14,13 @@ android {
14
compileSdkVersion 29
15
aaptOptions.cruncherEnabled = false
16
aaptOptions.useNewCruncher = false
17
- //ndkVersion '18.1.5063045'
+ ndkVersion '18.1.5063045'
18
defaultConfig {
19
applicationId "cn.wildfirechat.chat"
20
minSdkVersion 21
21
targetSdkVersion 31 //当targetversion大于23时,需要使用fileprovider
22
- versionCode 40
23
- versionName '0.9.2'
+ versionCode 41
+ versionName '0.9.3'
24
multiDexEnabled true
25
javaCompileOptions {
26
annotationProcessorOptions {
0 commit comments