This commit is contained in:
kunfei 2022-10-17 12:26:23 +08:00
parent 009a6fb5de
commit 42cb03efad
2 changed files with 4 additions and 2 deletions

View File

@ -70,8 +70,9 @@ android {
}
applicationIdSuffix '.release'
minifyEnabled true
shrinkResources true
//, exoplayer的库出问题了
minifyEnabled false
//shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {

View File

@ -13,6 +13,7 @@
**2022/10/17**
* 搜索界面菜单可修改搜索范围
* 内置对称加密不再自动转换Hex Base64 by Xwite
* 保留之前的对称加密函数,标记为不建议使用
* 继续优化本地书籍加载速度