update version to 5.6.0

This commit is contained in:
tibbi
2021-10-19 23:23:21 +02:00
parent 03642d63b4
commit 7c727ea2f8

View File

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