version:6.5

fix:
update:优化显示,默认显示第三方安装应用
This commit is contained in:
2022-12-06 10:51:48 +08:00
parent 215669e9d3
commit e0b32ed063
11 changed files with 58 additions and 30 deletions

View File

@@ -11,19 +11,12 @@ android {
}
buildTypes {
zhanRuiRelease{
}
zhanRuiDebug{
}
debug{
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
MTKAndroid12Release {}
MTKAndroid12Debug {}
zhanRuiRelease {}
zhanRuiDebug {}
debug {}
release {}
}
}