update version to 5.11.3

This commit is contained in:
tibbi
2023-04-26 23:18:36 +02:00
parent 4aebf4a944
commit 1bcc4ae01a

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 33
versionCode 35 versionCode 36
versionName "5.11.2" versionName "5.11.3"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }