update version to 5.0.1

This commit is contained in:
tibbi
2020-03-31 12:13:23 +02:00
parent 67f8383f5f
commit 37bb6c1066

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 1 versionCode 2
versionName "5.0.0" versionName "5.0.1"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }