diff --git a/app/build.gradle b/app/build.gradle index 4ab2131..74d8a58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.voicerecorder" minSdkVersion 23 targetSdkVersion 33 - versionCode 35 - versionName "5.11.2" + versionCode 36 + versionName "5.11.3" setProperty("archivesBaseName", "voice-recorder") vectorDrawables.useSupportLibrary = true }