update version to 5.1.2

This commit is contained in:
tibbi
2020-05-05 15:22:08 +02:00
parent 0b9a14b0da
commit 6805e80936

View File

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