update version to 5.10.1

This commit is contained in:
tibbi
2022-09-11 21:23:00 +02:00
parent bcde48cd18
commit d93a8c0f49

View File

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