diff --git a/app/build.gradle b/app/build.gradle index e0e804e..31c71ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "github.zerorooot.sixpan" minSdkVersion 24 targetSdkVersion 30 - versionCode 3 - versionName "1.0.2" + versionCode 4 + versionName "1.0.3" buildFeatures.viewBinding true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"