1.在解绑提示页面,增加提示语“Auto-Renew: Cancel”
2.适配Google Play 要求支持 16 KB 的内存页面大小,更新大部分第三方库到最新版本
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user