1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-12 06:00:40 +08:00
1. 修复32位加密错误
2. 优化性能
This commit is contained in:
fumiama
2021-10-29 22:56:36 +08:00
parent bcc392ad73
commit 311f836731
8 changed files with 321 additions and 257 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"