update version to 5.4.1

This commit is contained in:
tibbi 2021-02-11 13:46:31 +01:00
parent 18186fe19c
commit 75da53e51b
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 10
versionName "5.4.0"
versionCode 11
versionName "5.4.1"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}