1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-20 19:00:26 +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" applicationId "top.fumiama.simpledict"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 3
versionName "1.0" versionName '1.1.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }