feat: 关闭allowBackup属性,防止 adb backup 导出数据
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import com.quyunshuo.androidbaseframemvvm.build.*
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'com.android.library'
|
||||
id 'kotlin-android'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
@ -1,8 +1,10 @@
|
||||
import com.quyunshuo.androidbaseframemvvm.build.*
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
plugins {
|
||||
id 'com.android.library'
|
||||
id 'kotlin-android'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion ProjectBuildConfig.compileSdkVersion
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
<application
|
||||
android:name=".AppApplication"
|
||||
android:allowBackup="true"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
|
||||
Reference in New Issue
Block a user