Skip to content

Commit dbb1fcc

Browse files
authored
Merge pull request #280 from funnyzak/refactor/depbuild
依赖兼容
2 parents ab6238a + 4ae4085 commit dbb1fcc

File tree

6 files changed

+270
-268
lines changed

6 files changed

+270
-268
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"source.fixAll.spotlessGradle": true
1212
}
1313
},
14-
"java.configuration.updateBuildConfiguration": "automatic"
14+
"java.configuration.updateBuildConfiguration": "automatic",
15+
"java.compile.nullAnalysis.mode": "disabled"
1516
}

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ android {
138138
applicationId "github.funnyzak.v2ex"
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141-
versionCode 40
142-
versionName "0.8.6"
141+
versionCode 41
142+
versionName "0.8.7"
143143
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
144144

145145
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)