1.修复漏洞:BaseDao 中的 SQL 注入

2.移除ACCESS_MOCK_LOCATION  权限
3.MMKV启用AES-256加密保存
This commit is contained in:
2026-07-02 17:47:59 +08:00
parent 5ac14912bb
commit 815464ef20
22 changed files with 350 additions and 150 deletions

View File

@@ -28,9 +28,9 @@ android {
applicationId "com.abbidot.tracker"
minSdkVersion 23
targetSdkVersion 35
versionCode 2214
// versionName "2.2.14"
versionName "2.2.14-Beta1"
versionCode 2215
// versionName "2.2.15"
versionName "2.2.15-Beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"