1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-27 15:30:28 +08:00
移除硬编码string
This commit is contained in:
源文雨
2023-12-07 23:53:59 +09:00
parent 6ee2fec108
commit e21095c181
4 changed files with 27 additions and 16 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 34
versionCode 20
versionName '5.0.0'
versionCode 21
versionName '5.0.1'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"