update version to 5.7.1

This commit is contained in:
tibbi 2022-05-20 22:29:22 +02:00
parent 8cb824cbce
commit cac88fcd4d

View file

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 20 versionCode 22
versionName "5.7.0" versionName "5.7.1"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }