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

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '2.2.0'
ext.kotlin_version = '2.3.10'
repositories {
google()
mavenCentral()
@@ -13,14 +13,12 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.11.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.gms:google-services:4.4.4'
// classpath 'com.google.dagger:hilt-android-gradle-plugin:2.46.1'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.57'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.57.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// fcm
// classpath 'com.google.gms:google-services:4.3.4'
// hms
// classpath 'com.huawei.agconnect:agcp:1.4.1.300'
}