update version to 5.2.0

This commit is contained in:
tibbi 2020-09-19 19:48:40 +02:00
parent e9bb289c1b
commit 00d99b7aac
1 changed files with 2 additions and 2 deletions

View File

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