update version to 5.9.0

This commit is contained in:
tibbi
2022-07-20 12:26:21 +02:00
parent b42bb2f761
commit f23a1cda71

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 25 versionCode 26
versionName "5.8.2" versionName "5.9.0"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }