update version to 5.6.1

This commit is contained in:
tibbi 2021-11-15 22:49:44 +01:00
parent 02adb38bdb
commit e8816b064d
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 14
versionName "5.6.0"
versionCode 15
versionName "5.6.1"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}