优化
This commit is contained in:
+3
-2
@@ -70,8 +70,9 @@ android {
|
|||||||
}
|
}
|
||||||
applicationIdSuffix '.release'
|
applicationIdSuffix '.release'
|
||||||
|
|
||||||
minifyEnabled true
|
//混淆还是有点问题, exoplayer的库出问题了
|
||||||
shrinkResources true
|
minifyEnabled false
|
||||||
|
//shrinkResources true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
**2022/10/17**
|
**2022/10/17**
|
||||||
|
|
||||||
|
* 搜索界面菜单可修改搜索范围
|
||||||
* 内置对称加密不再自动转换Hex Base64 by Xwite
|
* 内置对称加密不再自动转换Hex Base64 by Xwite
|
||||||
* 保留之前的对称加密函数,标记为不建议使用
|
* 保留之前的对称加密函数,标记为不建议使用
|
||||||
* 继续优化本地书籍加载速度
|
* 继续优化本地书籍加载速度
|
||||||
|
|||||||
Reference in New Issue
Block a user