diff --git a/app/build.gradle b/app/build.gradle index 32df70c..b138d90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "dev.atahabaki.wordbook" minSdkVersion 16 targetSdkVersion 30 - versionCode 3 - versionName "1.0.2" + versionCode 4 + versionName "1.0.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }