update version to 5.10.0

This commit is contained in:
tibbi
2022-09-01 22:48:07 +02:00
parent a285ac42f1
commit 995e9a93b1

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 27 versionCode 28
versionName "5.9.1" versionName "5.10.0"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }