diff --git a/app/build.gradle b/app/build.gradle index 8e4664b..cf1adcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }