diff --git a/app/build.gradle b/app/build.gradle index 48d2b9e..39369d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "top.fumiama.simpledict" minSdkVersion 26 targetSdkVersion 30 - versionCode 14 - versionName '2.0' + versionCode 15 + versionName '2.0.1' resConfigs "zh", "zh-rCN" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"