update version to 5.6.0

This commit is contained in:
tibbi 2021-10-19 23:23:21 +02:00
parent 03642d63b4
commit 7c727ea2f8
1 changed files with 2 additions and 2 deletions

View File

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