Skip to content

Commit

Permalink
Merge pull request #280 from funnyzak/refactor/depbuild
Browse files Browse the repository at this point in the history
依赖兼容
  • Loading branch information
funnyzak authored Feb 2, 2023
2 parents ab6238a + 4ae4085 commit dbb1fcc
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 268 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"source.fixAll.spotlessGradle": true
}
},
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "disabled"
}
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "github.funnyzak.v2ex"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 40
versionName "0.8.6"
versionCode 41
versionName "0.8.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
Loading

0 comments on commit dbb1fcc

Please sign in to comment.