Compare commits

...

3 Commits

Author SHA1 Message Date
9bee5774ce chore: 版本更新至 5.22.8 2023-04-30 14:27:27 +08:00
14bf638616 feat: 屏蔽 vpn 模块,恢复神策模块 2023-04-30 14:26:57 +08:00
d4fd71cd66 chore: 版本更新为 5.22.6,去掉神策 SDK 2023-04-29 15:25:51 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -319,7 +319,7 @@ dependencies {
implementation(project(':module_sensors_data')) {
exclude group: 'androidx.swiperefreshlayout'
}
implementation(project(':module_vpn'))
// implementation(project(':module_vpn'))
implementation(project(':module_pkg'))
// 默认不接入光能模块,提高编译速度
// debugImplementation(project(':module_energy')) {

View File

@ -7,8 +7,8 @@ ext {
targetSdkVersion = 28
// application info (每个大版本之间的 versionCode 增加 20)
versionCode = 795
versionName = "5.22.5"
versionCode = 798
versionName = "5.22.8"
applicationId = "com.gh.gamecenter"
// AndroidX