update version to 5.6.1

This commit is contained in:
tibbi
2021-11-15 22:49:44 +01:00
parent 02adb38bdb
commit e8816b064d

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 14 versionCode 15
versionName "5.6.0" versionName "5.6.1"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }