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"
minSdkVersion 21
targetSdkVersion 31
versionCode 20
versionName "5.7.0"
versionCode 22
versionName "5.7.1"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}