diff --git a/app/build.gradle b/app/build.gradle index 8af3c19..13a775b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.voicerecorder" minSdkVersion 23 targetSdkVersion 33 - versionCode 36 - versionName "5.11.3" + versionCode 37 + versionName "5.11.4" setProperty("archivesBaseName", "voice-recorder") vectorDrawables.useSupportLibrary = true }