1.在解绑提示页面,增加提示语“Auto-Renew: Cancel”

2.适配Google Play 要求支持 16 KB 的内存页面大小,更新大部分第三方库到最新版本
This commit is contained in:
yezhiqiu
2026-04-21 17:20:28 +08:00
parent 0dfc082f2b
commit 4547f844ba
90 changed files with 218 additions and 152 deletions

View File

@@ -43,9 +43,9 @@ dependencies {
// Android官方库
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
api 'androidx.core:core-ktx:1.13.1'
api 'androidx.appcompat:appcompat:1.7.0'
api 'com.google.android.material:material:1.10.0'
api 'androidx.core:core-ktx:1.16.0'
api 'androidx.appcompat:appcompat:1.7.1'
api 'com.google.android.material:material:1.13.0'
//SharedPreferences的替代https://github.com/Tencent/MMKV
implementation 'com.tencent:mmkv-static:2.4.0'