version:3.9
fix:修复系统设置管控失败 update:
This commit is contained in:
@@ -61,8 +61,8 @@ android {
|
||||
//新平台正式
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 28
|
||||
versionName "3.7"
|
||||
versionCode 30
|
||||
versionName "3.9"
|
||||
/*********************************极光推送************************************/
|
||||
manifestPlaceholders = [
|
||||
XG_ACCESS_ID : "1500026372",
|
||||
@@ -271,6 +271,7 @@ dependencies {
|
||||
//图片加载框架
|
||||
implementation 'com.github.bumptech.glide:glide:4.13.1'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
|
||||
|
||||
// debugImplementation because LeakCanary should only run in debug builds.
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
|
||||
//磁盘缓存
|
||||
|
||||
Reference in New Issue
Block a user