diff --git a/app/build.gradle b/app/build.gradle index 69bcc57..4200c71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.voicerecorder" minSdkVersion 21 targetSdkVersion 30 - versionCode 6 - versionName "5.1.3" + versionCode 7 + versionName "5.2.0" setProperty("archivesBaseName", "voice-recorder") vectorDrawables.useSupportLibrary = true }