1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-10 13:00:39 +08:00
1. 增加 删除、添加、修改后即时显示
2. 增加 最近5条建议
This commit is contained in:
fumiama
2021-02-20 13:49:54 +08:00
parent 11fa0836d8
commit e2ba37c14f
6 changed files with 76 additions and 53 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 30
versionCode 6
versionName '1.4'
versionCode 7
versionName '1.5'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"