对接黑白名单和网址白名单

This commit is contained in:
2024-09-14 09:34:49 +08:00
parent 84e3fa87fa
commit c6bec5cd43
15 changed files with 209 additions and 105 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 154
versionName "1.4.0708"
versionCode 157
versionName "1.4.0913"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -552,7 +552,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
//磁盘缓存
implementation 'com.jakewharton:disklrucache:2.0.2'
//阿里云推送