diff --git a/app/build.gradle b/app/build.gradle index b09d125..efe2d06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.voicerecorder" minSdkVersion 21 targetSdkVersion 31 - versionCode 20 - versionName "5.7.0" + versionCode 22 + versionName "5.7.1" setProperty("archivesBaseName", "voice-recorder") vectorDrawables.useSupportLibrary = true }