update version to 5.1.1

This commit is contained in:
tibbi
2020-04-17 23:03:39 +02:00
parent 6c184b47a5
commit faec06e5df

View File

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