diff --git a/app/build.gradle b/app/build.gradle index 4361ee1..14887aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.github.apognu.otter" minSdkVersion 23 targetSdkVersion 29 - versionCode 5 - versionName "1.0.4" + versionCode 6 + versionName "1.0.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }