From 8463233c98e2a67952d64a2668055cc715e49bb8 Mon Sep 17 00:00:00 2001 From: Jesse205 <2055675594@qq.com> Date: Sat, 8 Apr 2023 05:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=85=B3=E4=BA=8E=E7=9A=84bug=EF=BC=8C=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=8F=90=E5=8D=87=E8=87=B3=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- app/src/main/assets/main.lua | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 581a099..9812b7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/app/src/main/assets/main.lua b/app/src/main/assets/main.lua index 664625e..b0af7c2 100644 --- a/app/src/main/assets/main.lua +++ b/app/src/main/assets/main.lua @@ -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