update version to 5.5.0

This commit is contained in:
tibbi 2021-03-05 22:36:00 +01:00
parent de557ff618
commit f77bfec4e8
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 11
versionName "5.4.1"
versionCode 12
versionName "5.5.0"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}