update version to 5.5.1

This commit is contained in:
tibbi 2021-04-19 22:16:32 +02:00
parent 21d52eb2f7
commit 0edca1f65e
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 12
versionName "5.5.0"
versionCode 13
versionName "5.5.1"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}