update version to 5.7.0

This commit is contained in:
tibbi 2022-04-13 16:57:39 +02:00
parent fd9add7b75
commit 8e1f0a75e7

View File

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