1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-10 04:50:37 +08:00
1. 不使用压缩时字符串在内存直接编解码
2. 减少读取配置次数
This commit is contained in:
fumiama
2021-05-20 17:00:16 +08:00
parent 8d963f94d6
commit 8f5b970c69
16 changed files with 130 additions and 44 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "top.fumiama.base16384"
minSdkVersion 23
targetSdkVersion 30
versionCode 13
versionName '3.0.1'
versionCode 14
versionName '3.1'
resConfigs "zh", "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"