update version to 5.2.1

This commit is contained in:
tibbi 2020-09-28 22:53:22 +02:00
parent 60a4cc9690
commit 93a8ff7df7

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21
targetSdkVersion 30
versionCode 7
versionName "5.2.0"
versionCode 8
versionName "5.2.1"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}