update version to 5.1.3

This commit is contained in:
tibbi 2020-05-20 23:35:51 +02:00
parent 490d247344
commit f32b8fba66
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionName "5.1.2"
versionCode 6
versionName "5.1.3"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}