1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-27 07:20:29 +08:00
1. 使用新式封包
2. 使用tea加密算法
This commit is contained in:
fumiama
2021-12-12 20:54:57 +08:00
parent e9176abfde
commit 804a940dd6
7 changed files with 240 additions and 42 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 31
versionCode 18
versionName '3.1.1'
versionCode 19
versionName '4.0'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"