Skip to content

Commit

Permalink
版本号更新至3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Apr 7, 2023
1 parent 8463233 commit b633c50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 更新日志

### 2.2(5.0.18)(Material3)
### 3.0(5.0.18)(Material3)

1. 添加很多支持库
2. 更新 AndroidX 与 Material
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdkVersion 21
// noinspection ExpiredTargetSdkVersion
targetSdkVersion 29//新版本不会自动授予完整的存储权限
versionCode 2299
versionName "2.2(5.0.18)(Material3)"
versionCode 3099
versionName "3.0(5.0.18)(Material3)"
signingConfig signingConfigs.release
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function onVersionChanged(n, o)
local dlg = MaterialAlertDialogBuilder(activity)
local title = "更新" .. o .. ">" .. n
local msg = [[
2.2(5.0.18)(Material3)
3.0(5.0.18)(Material3)
添加很多支持库
更新 AndroidX 与 Material
修复华为平行视界无法使用的问题
Expand Down

0 comments on commit b633c50

Please sign in to comment.