update version to 5.8.0

This commit is contained in:
tibbi 2022-06-23 22:18:09 +02:00
parent ca94125a78
commit 3aa8c9e87b
1 changed files with 2 additions and 2 deletions

View File

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