1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-05 00:30:24 +08:00
This commit is contained in:
fumiama
2021-02-17 22:19:30 +08:00
parent 486f25d2cb
commit 85428c591c

View File

@@ -13,8 +13,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 3
versionName '1.1.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}