Skip to content

Commit

Permalink
修复打开两个关于的bug,版本号提升至正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Apr 7, 2023
1 parent 63646c3 commit 8463233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ android {
applicationId "com.jesse205.androlua.androidX.material3"
minSdkVersion 21
// noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 2201
versionName "2.2(5.0.18)(Material3)(alpha)"
targetSdkVersion 29//新版本不会自动授予完整的存储权限
versionCode 2299
versionName "2.2(5.0.18)(Material3)"
signingConfig signingConfigs.release
multiDexEnabled true
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/assets/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ function onVersionChanged(n, o)
dlg.setPositiveButton("确定", nil)
dlg.setNegativeButton("帮助", { onClick = func.help })
dlg.setNeutralButton("捐赠", { onClick = func.donation })
dlg.show()
DialogHelper.enableTextIsSelectable(dlg.show())
end

Expand Down

0 comments on commit 8463233

Please sign in to comment.