feat: 关闭allowBackup属性,防止 adb backup 导出数据

This commit is contained in:
Quyunshuo
2021-03-15 17:59:45 +08:00
parent 1852fe44b2
commit 335b2c4258
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import com.quyunshuo.androidbaseframemvvm.build.*
plugins {
id 'com.android.application'
id 'com.android.library'
id 'kotlin-android'
id 'kotlin-kapt'
}