update version to 5.4.0

This commit is contained in:
tibbi 2020-12-30 10:52:05 +01:00
parent d3e58a4acd
commit 65160242a1

View file

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