update version to 5.8.0

This commit is contained in:
tibbi 2022-06-23 22:18:09 +02:00
parent ca94125a78
commit 3aa8c9e87b

View File

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