diff --git a/TaigiDict/app/build.gradle b/TaigiDict/app/build.gradle index 5defdbc..f79852e 100644 --- a/TaigiDict/app/build.gradle +++ b/TaigiDict/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "com.taccotap.taigidict" minSdkVersion 16 targetSdkVersion 25 - versionCode 5 - versionName "1.0.4" + versionCode 6 + versionName "1.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }