1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-10 13:00:27 +08:00
1. 修复32位加密错误
2. 优化性能
This commit is contained in:
fumiama
2021-10-29 22:56:36 +08:00
parent a3291e33fd
commit df82b73e24
5 changed files with 319 additions and 255 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "top.fumiama.base16384"
minSdkVersion 23
targetSdkVersion 31
versionCode 15
versionName '3.2'
versionCode 16
versionName '3.2.1'
resConfigs "zh", "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"