1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-12 22:40:27 +08:00
1. 增加设置/删除鉴权
2. 设置时自动去除多余空格并转换为半角
This commit is contained in:
fumiama
2021-05-04 00:08:31 +08:00
parent 516727ee7e
commit 8fad5d2ab7
8 changed files with 139 additions and 39 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 30
versionCode 13
versionName '1.9.2'
versionCode 14
versionName '2.0'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"