Skip to content

Commit

Permalink
关闭资源优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Apr 8, 2023
1 parent 72fd8ae commit 3ce5731
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 更新日志

### 3.2(5.0.18)(Material3)

紧急更新:关闭资源优化

### 3.1(5.0.18)(Material3)

1. 修复跳转列表未显示的问题
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 3199
versionName "3.1(5.0.18)(Material3)"
versionCode 3299
versionName "3.2(5.0.18)(Material3)"
signingConfig signingConfigs.release
multiDexEnabled true
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ function onVersionChanged(n, o)
local dlg = MaterialAlertDialogBuilder(activity)
local title = "更新 " .. o .. " > " .. n
local msg = [[
3.2(5.0.18)(Material3)
紧急更新:关闭资源优化
3.1(5.0.18)(Material3)
修复跳转列表未显示的问题
修复导包检测列表重复的问题
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.nonFinalResIds=true

# android.enableResourceOptimizations=false
#android.enableResourceOptimizations=false

# Enables experimental Prefab
#android.enablePrefab=true
Expand Down

0 comments on commit 3ce5731

Please sign in to comment.