diff --git a/app/build.gradle b/app/build.gradle index 902eb2d..1a8bb17 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.voicerecorder" minSdkVersion 21 targetSdkVersion 29 - versionCode 3 - versionName "5.1.0" + versionCode 4 + versionName "5.1.1" setProperty("archivesBaseName", "voice-recorder") vectorDrawables.useSupportLibrary = true }