1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-11 13:40:47 +08:00
This commit is contained in:
fumiama
2021-02-18 17:26:28 +08:00
parent c82f715f55
commit 1e0a7b2a4c
15 changed files with 207 additions and 148 deletions

View File

@@ -13,8 +13,9 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 30
versionCode 4
versionName '1.2'
versionCode 5
versionName '1.3'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}